A thorough code review checklist that catches the stuff that actually breaks Flutter apps in production. It covers the usual suspects like widget decomposition and const usage, but also digs into Dart language pitfalls that slip past less strict linters: implicit dynamics, late overuse, catching Error subtypes, and ignoring Future return values. The state management section is genuinely library agnostic, with specific guidance for both immutable patterns like BLoC and Riverpod and reactive mutation approaches like MobX and Signals. Particularly useful for the async state modeling advice, which steers you away from boolean flag soup toward sealed types that make impossible states unrepresentable. Use this during PR reviews or when inheriting a codebase to spot architectural issues early.
npx -y skills add affaan-m/ecc --skill flutter-dart-code-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot