blocraft 1.1.0
blocraft: ^1.1.0 copied to clipboard
CLI to scaffold Flutter Bloc Clean Architecture.
1.0.0 #
- Initial version.
1.1.0 #
- Refactored codebase to a modular structure (commands, helpers, utils).
- Automatic dependency injection for bloc, flutter_bloc, go_router, dartz, and state helper (equatable/freezed) on init.
- Added user prompt for state management helper selection.
- Improved documentation for public API and files.