flutter_smartgen 0.1.0
flutter_smartgen: ^0.1.0 copied to clipboard
CLI that scaffolds Flutter feature-module pages with GetX: barrel, binding, controller, repository, model, and view. Configure paths via smartgen.yaml.
0.1.0 #
- Initial release:
smartgen initandsmartgen pagecommands. - Scaffolds six files per feature module (barrel, binding, controller, repository, model, view).
- Optional
common_scaffoldinsmartgen.yaml(otherwise usesScaffold). - Generated views include
_mainBody()withSizedBox()placeholder.