Skip to content

Releases: khanadnan10/arise

Arise v1.1.0

Choose a tag to compare

@khanadnan10 khanadnan10 released this 13 Aug 17:37
e8efe83

Arise v1.1.0

The second stable release of Arise.

Highlights

  • Added generate command
  • 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

Choose a tag to compare

@khanadnan10 khanadnan10 released this 03 Aug 13:46

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 arise

Create a project:

arise create

Or skip the interactive setup:

arise create --skip my_app

Requirements

  • 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 analyze
  • flutter test
  • pub.dev package validation with 0 warnings

Links