blueprint_cli 0.0.2+4
blueprint_cli: ^0.0.2+4 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_printCLI. - Added
create-projectcommand 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-featurecommand 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_printCLI. - Updated the docs with new README.md