Enforces production-grade standards for Flutter and Dart applications through a comprehensive, library-agnostic code review framework.
This skill equips Claude with a rigorous checklist for auditing Flutter and Dart codebases, focusing on architectural integrity and runtime performance. It provides expert-level guidance on widget decomposition, Dart 3 idioms, and efficient state management regardless of the specific library used (BLoC, Riverpod, etc.). By applying these patterns, developers can eliminate common pitfalls like unnecessary rebuilds, improper context usage, and 'dynamic' type leakage, resulting in more maintainable and performant cross-platform applications.
Características Principales
010 GitHub stars
02Widget lifecycle and rebuild boundary optimization checks
03Library-agnostic state management auditing (BLoC, Riverpod, GetX, Signals, etc.)
04Comprehensive testing strategy assessment across unit, widget, and integration layers
05Modern Dart 3 idiom enforcement including pattern matching and sealed classes
06Performance profiling for build methods, image handling, and lazy loading
Casos de Uso
01Onboarding developers by providing real-time feedback on Flutter-specific best practices
02Standardizing pull request reviews across large-scale Flutter engineering teams
03Auditing legacy Dart projects for performance bottlenecks and architectural technical debt