jugger_generator 2.2.1
jugger_generator: ^2.2.1 copied to clipboard
Compile-time dependency injection for Dart and Flutter. Jugger's feature is that it generates boilerplate code.
2.2.1 #
- Fix generation if component not used modules, and all classes have injected constructor.
- Fix generation of objects with qualifier of the same type but with different instances.
- Fix inject method of class, if its class is not used in the component.
- Improve generation of qualifiers.
- Internal code improves.
- Add docs about qualifiers.
2.2.0 #
- Add includes for module
@Module(includes: <Type>[Module2, Module3])
abstract class Module1 {
...
- Fix generation of class with injected constructor
2.1.0 #
Fix generation issues. Check unsupported types and fails build. Feature: Injected Method. Added more tests. Update documentation. check_unused_providers true by default.
2.0.0 #
jugger_generator is now stable
1.1.0+4-alpha #
- support nullsafety
1.1.0+2-alpha #
- fix generation bug with @Named annotation
1.1.0+1-alpha #
- Ignore files of tests
1.1.0-alpha #
- Add annotations: ComponentBuilder, Named. Improve generation
1.0.0-alpha #
- First release