clean_architect 1.3.0
clean_architect: ^1.3.0 copied to clipboard
A configurable CLI generator for clean architecture Flutter and Dart feature modules.
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