Production Dart and Flutter patterns that cover the stuff you actually need: null safety without bang operators, sealed classes for state hierarchies, async composition with Future.wait, and the widget architecture rules that prevent rebuilds. It walks through BLoC, Riverpod, and Provider with real examples, plus GoRouter setup with reactive auth guards and Dio interceptors with token refresh. The testing section shows you how to wire up BLoC tests and ProviderScope overrides. Honestly, this is the reference you keep open when setting up a new feature or reviewing code that feels off. It's opinionated where it needs to be, like preferring widget classes over methods and being strict about mounted checks after await.
npx -y skills add affaan-m/ecc --skill dart-flutter-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents