fbloc_cli 2.1.0
fbloc_cli: ^2.1.0 copied to clipboard
A scaffolding CLI for Flutter projects with feature-first architecture and BLoC/Cubit state management.
2.0.1 #
- New default features on project create:
homeandauth - Concise, icon-based output with clear next steps
- Quiet mode for generators to reduce noise (only final messages)
- Dynamic summary showing generated features and folders (without lib prefix)
- Improved README with usage and tips
1.0.3 #
- Make CLI platform-agnostic by replacing
interactwith stdin/stdout prompts - Add dartdoc to public API (commands, config, core)
- Improve pubspec metadata (repository, issue tracker, topics)
- Update README with pub activation instructions
1.0.0 #
- Initial version.