Widget Review banner
thebirthdaygirl thebirthdaygirl

Widget Review

Development community

Description

Review the currently open Flutter widget file for best practices. Check for and report on every issue found: **Performance** - [ ] Missing `const` constructor or `const` instantiation where possible - [ ] `setState` called higher than necessary (could be narrowed) - [ ] Heavy computation in `build()` — should be cached or moved to controller - [ ] Missing `RepaintBoundary` around independently animating children - [ ] Large widget with no extraction — `build()` over 50 lines **Correctness** -

Installation

Installs to ~/.claude/commands/thebirthdaygirl-flutter-factory-widget-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thebirthdaygirl/flutter-factory/HEAD/.claude/commands/widget-review.md -o ~/.claude/commands/thebirthdaygirl-flutter-factory-widget-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository