Releases: khanadnan10/arise
Releases · khanadnan10/arise
Release list
Arise v1.1.0
Arise v1.1.0
The second stable release of Arise.
Highlights
- Added
generatecommand - Added
generate feature <name> - Project manifest (
.arise.yaml) - Networking selection during project creation
- Clean Architecture feature template
- Template-based feature generation pipeline
- Integration tests for feature generation
Quality
- dart analyze
- dart test
- End-to-end CLI verification
- pub.dev validation
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