flutter-state-management
Installation
SKILL.md
Flutter State Management
Choose, implement, and maintain state management in Flutter apps. Covers the full decision framework: picking the right approach, setting it up correctly, and avoiding common anti-patterns.
First question always: "Is this state local to one widget, or shared across the app?" That single question eliminates most wrong choices.