OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add affaan-m/ecc --skill dart-flutter-patterns
Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture. Use when writing or reviewing Dart and Flutter code — state, widgets, navigation, networking, or architecture.
npx skills add affaan-m/ecc --skill dart-flutter-patterns
Use this skill when:
This skill provides copy-paste-ready Dart/Flutter code patterns organized by concern:
!, prefer ?./??/pattern matchingfreezed, copyWithFuture.wait, safe BuildContext after awaitconst propagation, scoped rebuildsrefreshListenableErrorWidget.builder, crashlytics wiringPractical, production-ready patterns for Dart and Flutter applications. Library-agnostic where possible, with explicit coverage of the most common ecosystem packages.
late Overuseflutter-dart-code-review — comprehensive review checklistrules/dart/ — coding style, patterns, security, testing, hooks