arise 1.1.0 copy "arise: ^1.1.0" to clipboard
arise: ^1.1.0 copied to clipboard

A modular CLI for bootstrapping production-ready Flutter projects with architecture, state management, routing, and networking.

example/README.md

Arise Example #

Arise is a command-line tool for bootstrapping Flutter projects.

Install #

dart pub global activate arise

Create a project #

Start the interactive project wizard:

arise create

Or create a project non-interactively using the default configuration:

arise create --skip my_app

Run the generated project #

cd my_app
flutter pub get
flutter run

For all available options:

arise --help
0
likes
160
points
170
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modular CLI for bootstrapping production-ready Flutter projects with architecture, state management, routing, and networking.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cli #code-generation #scaffolding #dart

License

MIT (license)

Dependencies

args, yaml

More

Packages that depend on arise