blue_bird_cli 1.0.0
blue_bird_cli: ^1.0.0 copied to clipboard
A powerful CLI tool to kickstart your Flutter projects with clean, scalable architectures that grow with your app.
1.0.0 #
Major release with workspace automation and improved architecture.
Templates:
- Flutter Lite: streamlined single-app with clean architecture
- Flutter Project: multi-package workspace for enterprise apps
- Flutter Package: auto-integrated feature packages with DI setup
0.1.4 #
Update flutter project.
- Add melos configuration.
- Activate melos when project is created.
- Replace private constructors with mixin.
- Update README.md with android license troubleshooting.
0.1.3 #
Update flutter package.
- Convert fromJson into a factory constructor.
- Export provider.
0.1.2 #
- Fix application-id parameter: create empty application bundle id when not specified.
0.1.1 #
- Add full description.
- Create example.
0.1.0 #
First version.
- Add
createcommand to generate a clean architecture Flutter project or Flutter package. - Add
updatecommand to update the Blue Bird CLI.