flutter_bloc_cli 1.0.5
flutter_bloc_cli: ^1.0.5 copied to clipboard
CLI tool for rapidly scaffolding Flutter projects with BLoC architecture and code generation.
1.0.0 - Initial version. #
- No additional features, just the initial release.
1.0.1 - Added Cubit command. #
- Implemented the Cubit command for initializing project structure and creating screens.
1.0.2 - File path updated #
- Updated file path separator for Mac and Linux
1.0.3 - Added screen creation command. #
- Added a feature for creating multiple screens at once.
1.0.4 - Minor fixes #
- Moved the utils directory into the core directory and updated the data directory to core.
- Error messages are now highlighted in red for better visibility.
- Success messages are now highlighted in green for better visibility.
1.0.5 - Message and Dependency Updates #
- Updated success and failure messages for better clarity and consistency.
- Upgraded package dependencies to their latest versions for improved stability and performance.