flutter_feature_cli 1.0.1
flutter_feature_cli: ^1.0.1 copied to clipboard
A CLI tool for generating scalable Flutter feature architecture with configurable paths, barrel exports, and clean project organization.
Changelog #
1.0.1 #
Improvements #
- Added API documentation comments to public APIs.
- Improved package description in
pubspec.yaml. - Enhanced README with detailed installation and usage instructions.
1.0.0 #
Initial Release #
- Generate Flutter feature architecture from a single command.
- Configurable feature output path via
pubspec.yaml. - Support command-level path overrides.
- Generate Data Sources, Entities, Repositories, View Models, and Widgets.
- Auto-generate barrel exports (
index.dart). - Full test coverage.