clean_architect 0.1.5 copy "clean_architect: ^0.1.5" to clipboard
clean_architect: ^0.1.5 copied to clipboard

A configurable CLI generator for clean architecture Flutter and Dart feature modules.

0.1.5 #

  • Added a new caonfiguration option, use_asset_generator, that enables the asset generator kit.

0.1.4 #

  • local data source for auth and feature uses injectable package
  • Updated auth presentation layer to use GetX

0.1.3 #

  • Refactor packages versions for layers.
  • Refactor initialization of feature controller and screen

0.1.2 #

  • Generate freezed entities and DTOs by default.
  • Generate Retrofit API service templates for remote data sources.
  • Add injectable-style injector templates matching separated data/domain/di layers.
  • Update GetX pages to initialize and retrieve controllers with Get.put and Get.find.

0.1.1 #

  • Clarify empty-folder usage through the globally activated clean_architect executable.
  • Document create architecture as the default clean architecture scaffold command.

0.1.0 #

  • Add clean_architect init.
  • Add clean_architect create auth.
  • Add clean_architect create feature <name>.
  • Add --dry-run, --overwrite, --force, and --skip-presentation.
  • Support feature_first and layered_packages path layouts.
  • Support getx and none state management templates.
  • Support dio and abstract remote source templates.
  • Support secure_storage and abstract local source templates.
  • Add clean_architect doctor.
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A configurable CLI generator for clean architecture Flutter and Dart feature modules.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, collection, mason_logger, meta, path, yaml

More

Packages that depend on clean_architect