arise 1.1.0
arise: ^1.1.0 copied to clipboard
A modular CLI for bootstrapping production-ready Flutter projects with architecture, state management, routing, and networking.
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