dev_bloc_cli 0.0.7
dev_bloc_cli: ^0.0.7 copied to clipboard
A command-line interface tool to generate and manage BLoC architecture boilerplate in Flutter and Dart projects.
dev_bloc_cli Changelog
0.0.1 #
-
Initial Release: A CLI tool for generating and managing BLoC boilerplate. This version includes commands for:
-
generate: Creates a new BLoC with view, state, events, and bloc files.
-
add-handler: Adds a new event and handler to an existing BLoC.
-
add-state: Adds a new property to the state class.
0.0.2 #
- Readme Info and Documentation Updated
0.0.3 #
- Readme Info and Documentation Updated
0.0.4 #
- Readme Info and Documentation Updated
0.0.5 #
- Commands shortened
0.0.6 #
- Commands shortened
0.0.7 #
- View template small issue fixed