blueprint_cli 0.0.2+1
blueprint_cli: ^0.0.2+1 copied to clipboard
A CLI tool for quickly bootstrapping Flutter projects and adding feature modules with clean architecture.
0.0.1 #
- Initial release of
blue_print
CLI. - Added
create-project
command to scaffold a new Flutter project with:- Core folders:
core/
(routing, networking, DI, helpers, themes) - Pre-installed packages for rapid development.
- Core folders:
- Added
add-feature
command to generate:data/
(data sources, models, repos)logic/
(cubits)ui/
(views, widgets)
- All layers come with pre-filled templates ready for development.
0.0.2 #
- Initial release of
blue_print
CLI. - Updated the docs with new README.md