flutter_feature_cli 1.0.2 copy "flutter_feature_cli: ^1.0.2" to clipboard
flutter_feature_cli: ^1.0.2 copied to clipboard

A CLI tool for generating scalable Flutter feature architecture with configurable paths, barrel exports, and clean project organization.

Changelog #

1.0.2 #

Fixes #

  • Standardized CLI executable naming.
  • Renamed executable from create to flutter_feature_cli.
  • Fixed command execution when installed as a package dependency.
  • Updated command syntax to:
dart run flutter_feature_cli create <feature_name>

Improvements #

  • Updated README examples and usage instructions.
  • Improved CLI structure to support future commands.

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.
0
likes
150
points
114
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool for generating scalable Flutter feature architecture with configurable paths, barrel exports, and clean project organization.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on flutter_feature_cli