Performs comprehensive Flutter and Dart code audits using library-agnostic best practices to ensure high-performance, maintainable mobile applications.
This skill equips Claude with a rigorous framework for reviewing Flutter and Dart codebases, focusing on architecture, performance, and idiomatic coding standards. It provides a specialized checklist that spans project structure, Dart language pitfalls, widget decomposition, and state management logic across major libraries like BLoC, Riverpod, and Provider. By applying these standards, developers can catch memory leaks, prevent unnecessary widget rebuilds, and ensure their applications follow clean architecture principles, regardless of the specific technical stack used.
主な機能
01Widget optimization checks to minimize rebuilds and improve frame rates.
02172,008 GitHub stars
03Verification of testing standards for unit, widget, and integration tests.
04Detection of Dart-specific pitfalls including null safety misuse and implicit dynamics.
05Performance auditing for image assets, lazy loading, and expensive build operations.
06Library-agnostic state management auditing for BLoC, Riverpod, GetX, and more.
ユースケース
01Auditing legacy Dart codebases for technical debt and performance bottlenecks.
02Automating Pull Request reviews for Flutter mobile and web applications.
03Standardizing architecture and best practices across multi-developer Flutter teams.