flutter-debugging

Installation
SKILL.md

Flutter Debugging

A repeatable protocol for diagnosing Flutter errors: classify → gather context → trace root cause → apply minimal fix → validate → prevent recurrence.

Rules: never rewrite because of a bug; never accept a workaround when the root cause is findable; state the root cause in one sentence before writing any code.


Step 1: Classify the Issue

Installs
1
First Seen
May 18, 2026
flutter-debugging — yakoub-ai/flutterforge