The Flutter/Dart Code Review Checklist helps developers examine apps built with Flutter and Dart. It covers common issues like missing type annotations, improper null safety, and overly complex widgets. The checklist works with any state management tool, so teams can use it with Bloc, Riverpod, or Provider.
Reviewers can check for clean project structure, performance pitfalls, and accessibility problems. Each item guides you toward better code that is easier to maintain. By following these best practices, teams reduce bugs and improve app quality over time.
Global
mkdir -p ~/.claude/skills/flutter-dart-code-reviewProject
mkdir -p .claude/skills/flutter-dart-code-reviewSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues