blueprint_cli 0.0.2+1 copy "blueprint_cli: ^0.0.2+1" to clipboard
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.
  • 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
22
likes
140
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for quickly bootstrapping Flutter projects and adding feature modules with clean architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path

More

Packages that depend on blueprint_cli