Arise v1.0.0
Arise v1.0.0
The first stable release of Arise — a modular CLI for bootstrapping Flutter projects.
Highlights
- Interactive Flutter project creation
- YAML-driven modular template system
- Clean Architecture, MVVM, MVC and MVP support
- Riverpod, Provider, Bloc and GetX support
- GoRouter and AutoRoute support
- Dio networking support
- Automatic dependency installation
- Non-interactive project creation with
--skip - Generated projects validated with Flutter analysis and tests
Installation
dart pub global activate ariseCreate a project:
arise createOr skip the interactive setup:
arise create --skip my_appRequirements
- Dart SDK 3.9.2+
- Flutter SDK
Quality
The v1.0 release was validated with:
dart analyze- 41 automated tests
- Integration tests against generated Flutter projects
- Module combination tests
flutter analyzeflutter test- pub.dev package validation with 0 warnings
Links
- Package: https://pub.dev/packages/arise
- Documentation: See the
doc/directory - Issues: https://github.com/khanadnan10/arise/issues