jugger_generator 2.2.1 copy "jugger_generator: ^2.2.1" to clipboard
jugger_generator: ^2.2.1 copied to clipboard

outdated

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
17
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Compile-time dependency injection for Dart and Flutter. Jugger's feature is that it generates boilerplate code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, code_builder, collection, crypto, dart_style, jugger, quiver

More

Packages that depend on jugger_generator