What problem does it solve? Reviewing Flutter/Dart code consistently is hard because best practices span widgets, state management, performance, accessibility, and security, and they vary across state management libraries. This Skill provides a comprehensive, library-agnostic review checklist so no critical category is missed during code review. ## Core Features & Use Cases - Library-agnostic state management review: Covers BLoC, Riverpod, Provider, GetX, MobX, and Signals with a mapping table of universal principles to each solution's APIs. - 15 review categories: Widget best practices, Dart language pitfalls, performance, testing, accessibility, security, navigation, error handling, i18n, DI, static analysis, and package hygiene. - Concrete code examples: Illustrates anti-patterns like boolean flag state soup versus sealed-class state modeling. - Use Case: Before merging a Flutter pull request, run this checklist to catch issues like BuildContext used after async gaps, missing const constructors, hardcoded secrets, or non-exhaustive state handling. ## Quick Start Review my Flutter project's lib/ directory using the flutter-dart-code-review checklist and report violations by category.