clarc_arch_cli 0.1.1 copy "clarc_arch_cli: ^0.1.1" to clipboard
clarc_arch_cli: ^0.1.1 copied to clipboard

A CLI for scaffolding Flutter Clean Architecture projects, modules, and pages.

example/README.md

clarc example #

Run the interactive project wizard:

clarc create project

Create a module inside an existing Flutter project:

clarc create module auth --project-dir ./my_app

Create a page and register its route:

clarc create page auth login --project-dir ./my_app

Use FVM or Puro explicitly when needed:

clarc create project my_app --flutter-cmd "fvm flutter"
clarc create project my_app --flutter-cmd "puro flutter"
1
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI for scaffolding Flutter Clean Architecture projects, modules, and pages.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #clean-architecture #scaffolding #bloc

License

unknown (license)

Dependencies

args, path

More

Packages that depend on clarc_arch_cli