dart-get-runtime-errors

Retrieve and optionally clear recent runtime errors from a Dart or Flutter application.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill dart-get-runtime-errors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dart-get-runtime-errors
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/mcp/dart-get-runtime-errors
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill dart-get-runtime-errors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly identify and address runtime errors occurring in their Dart or Flutter applications, streamlining the debugging process.

Core Features & Use Cases

  • Retrieve Runtime Errors: Fetches the most recent errors logged by the Dart/Flutter tooling daemon.
  • Error Clearing Option: Allows clearing errors after retrieval to get a fresh view of current issues.
  • Use Case: When your Dart application crashes unexpectedly, you can use this Skill to immediately see the error message and stack trace, helping you pinpoint the cause of the crash.

Quick Start

Call the local MCP bridge shell wrapper to get the most recent runtime errors.

Frequently Asked Questions about dart-get-runtime-errors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get recent runtime errors from my Dart or Flutter application?

This Skill retrieves recent runtime errors from an active Dart or Flutter application by fetching the latest error logs and stack traces, streamlining the debugging process for unexpected crashes.

Can I clear Flutter runtime errors after retrieving them?

You can clear Flutter runtime errors after retrieval. This Skill provides an error clearing option to wipe the current error log and get a fresh view of subsequent application issues.

Do I need to connect to a specific daemon to retrieve Dart runtime errors?

You need to connect to a specific daemon to retrieve Dart runtime errors. This Skill requires a prior successful connection to the connect_dart_tooling_daemon service to fetch and clear application error logs.

What is the best way to inspect Dart application crashes for debugging?

The best way to inspect Dart application crashes is to retrieve the most recent runtime errors and stack traces from the active tooling daemon, helping you pinpoint the cause of the unexpected application crash.

Why does retrieving Dart runtime errors fail without the tooling daemon?

Retrieving Dart runtime errors fails without the tooling daemon because this Skill depends on an active connection to the connect_dart_tooling_daemon service to access the application's internal error logging data.