jugger_generator 2.2.0
jugger_generator: ^2.2.0 copied to clipboard
Compile-time dependency injection for Dart and Flutter. Jugger's feature is that it generates boilerplate code.
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