clean_architect 1.4.0 copy "clean_architect: ^1.4.0" to clipboard
clean_architect: ^1.4.0 copied to clipboard

A configurable CLI generator for clean architecture Flutter and Dart feature modules.

example/README.md

Runnable generated example #

This directory is generated by clean_architect 1.3.0 using the checked-in clean_architect.yaml. It uses plain models, abstract data sources, manual dependency injection, and no state-management package.

Run the generated Flutter application:

cd example/presentation
flutter pub get
flutter run -d chrome

Validate all four generated packages from the example directory:

clean_architect doctor

Recreate the example from an empty example directory:

dart run clean_architect create architecture
dart run clean_architect create feature catalog
0
likes
150
points
1.06k
downloads

Documentation

API reference

Publisher

verified publisherpinz.dev

Weekly Downloads

A configurable CLI generator for clean architecture Flutter and Dart feature modules.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, collection, mason_logger, meta, path, pub_semver, yaml, yaml_edit

More

Packages that depend on clean_architect