@emmanuel355/create-flutter
v1.0.2
Published
Flutter Clean Architecture project scaffold CLI — spin up a production-ready Flutter app in one command.
Maintainers
Readme
@emmanuel355/create-flutter
Flutter Clean Architecture scaffold CLI. Spin up a production-ready Flutter app in one command.
Usage
# No install needed
npx @emmanuel355/create-flutter new my_app
npx @emmanuel355/create-flutter feature auth
npx @emmanuel355/create-flutter reviewCommands
| Command | What it does |
|---|---|
| new <appName> | Create a new Flutter app from the scaffold |
| feature <name> | Add a Clean Architecture feature to an existing app |
| review | Run the code review bot on staged git files |
| review --all | Run the review bot on all Dart files |
| update | Pull latest scaffold scripts and CLAUDE.md |
What you get
- Clean Architecture folder structure (data / domain / presentation)
- Riverpod state management wired up
- GoRouter navigation
fpdartEither-based error handlingAppColors,AppSpacing,AppTextStylesdesign system- Pre-commit code review bot (auto-installed as a git hook)
CLAUDE.md— AI rules file so Claude writes code that matches your architecture
Requirements
- Node.js 18+
- Flutter SDK (for
flutter pub geton new apps) - Git
