decorator_gen 0.2.0
decorator_gen: ^0.2.0 copied to clipboard
Automatically generates code for the decorator pattern in Dart by annotating Dart classes.
0.2.0 #
- Require
analyzer: ^7.4.0 - Require
build: ^3.0.0 - Require
source_gen: ^3.0.0 - Fix deprecation warnings
0.1.1 #
- Fix unary- operator generation for
@Decorator()classes - increase test coverage
0.1.0 #
- Generate decorator classes using the
@Decorator()annotation - Support for generics, mixins, operators, parameters, records, properties
- forward_object_method options to control generation of
toString,==,hashCode,runtimeType, andnoSuchMethod