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

Generate complete Clean Architecture features for Flutter — entities, models, BLoC/Cubit, repositories, DI, routes, and tests from YAML config.

1.0.2 #

  • Fixed repository link in pubspec.yaml
  • Updated homepage and issue tracker URLs

1.0.1 #

  • Fix: Shortened pubspec description to meet pub.dev 60-180 char requirement
  • Fix: Escaped angle brackets in dartdoc comments to resolve pana warnings
  • Fix: Added dartdoc comments to all public API members
  • Added: example/example.dart with complete programmatic usage guide
  • Improved: Documentation coverage now exceeds 90%

1.0.0 #

  • 🎉 Initial release
  • Generate complete Clean Architecture feature modules
  • Support for BLoC and Cubit state management
  • YAML-based configuration
  • Entity generation with copyWith, equality, toString
  • Model/DTO generation with JSON serialization
  • Repository interface and implementation
  • Remote and local data sources
  • Use case classes with params
  • BLoC with events, state, and handlers
  • Screen widgets with loading/error/empty states
  • Dependency injection setup (get_it compatible)
  • Route configuration
  • Unit test stubs with bloc_test and mocktail
  • Barrel file generation
  • Freezed support (optional)
  • json_serializable support (optional)
  • Programmatic API for custom tooling
  • Comprehensive CLI with init, generate, and list commands
7
likes
160
points
244
downloads

Publisher

verified publisherdipaktech.online

Weekly Downloads

Generate complete Clean Architecture features for Flutter — entities, models, BLoC/Cubit, repositories, DI, routes, and tests from YAML config.

Repository (GitHub)
View/report issues

Topics

#clean-architecture #bloc #code-generation #scaffolding #cli

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, path, recase, yaml

More

Packages that depend on clean_feature_gen