flutter_gen_cat 1.0.0
flutter_gen_cat: ^1.0.0 copied to clipboard
FlutterGenCat is a CLI scaffold tool that brings MVVM and Clean Architecture into Flutter projects. Starts from plain MVVM and grows into Clean Architecture one flag at a time.
1.0.0 #
- Initial release of FlutterGenCat.
- Requires Dart 3.5.0+ / Flutter 3.24.0+.
create <feature>scaffolds a full feature slice.add <layer> <name>generates a single layer artifact into an existing feature.- Progressive architecture: plain MVVM by default,
--with-entity/--with-usecase/--with-datasource(or--cleanfor all three) add Clean Architecture layers. flatandlayeredfolder layouts, auto-selected from the enabled layers.- Provider, Riverpod and BLoC (Cubit) presentation templates.