moarch 1.4.14 copy "moarch: ^1.4.14" to clipboard
moarch: ^1.4.14 copied to clipboard

Flutter CLI — scaffold Clean Architecture projects with Riverpod, FVM and your own conventions.

moarch #

A simple Dart/Flutter CLI for scaffolding Clean Architecture-style apps.

pub version license: MIT

Install #

dart pub global activate moarch

If moarch is not found, make sure your Pub bin folder is on your PATH.

Quick start #

flutter create my_app
cd my_app
moarch init
moarch create feature auth

Commands #

moarch init          # interactive scaffold
moarch init --all    # generate the default structure without prompts
moarch create feature auth

What it generates #

  • lib/main.dart, core/, config/, shared/, and features/
  • Riverpod + optional GoRouter setup
  • Envied-based .env support
  • secure storage, logger, helpers, and reusable widgets
  • optional services such as notifications, URL launcher, media, debounce
  • optional localization with assets/i18n/ and FlutterLocalization initialization

Local development #

git clone https://github.com/SuperMoooo/moarch.git
cd moarch
dart pub global activate --source path ./

License #

MIT © André Montoito

2
likes
0
points
1.02k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter CLI — scaffold Clean Architecture projects with Riverpod, FVM and your own conventions.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, mason_logger, path

More

Packages that depend on moarch