simple_repository_generator 1.0.0
simple_repository_generator: ^1.0.0 copied to clipboard
A customizable code generator for repository patterns. Generates boilerplate-free repository implementations with configurable templates, presets, and build.yaml support.
1.0.0 #
- Initial release
- Template-based code generation with Mustache syntax
- Built-in presets:
simple_network_handler,dio_raw,none - Project-wide configuration via
build.yaml - Per-class overrides via
@GenerateRepositoryannotation - Support for refresh signals with configurable refresh bus
- Full customization of method and class templates