dart_ddi 0.1.0 copy "dart_ddi: ^0.1.0" to clipboard
dart_ddi: ^0.1.0 copied to clipboard

A Dependency Injection package, with Qualifier, Decorators, Interceptors and more. Inspired by Java CDI and get_it.

0.1.0 #

  • Added a new Object Scope.
  • Added the parameter destroyable.
  • Renamed qualifierName to qualifier.
  • Removed the Widget Scope, as it had the same behavior as Dependent Scope.
  • Removed the DDIContext extension and any Flutter dependecy. In the future there will be an extension with specific features for Flutter.

0.0.2 #

  • Add app with example
  • Folder structure

0.0.1 #

  • Scopes: Singleton, Application, Dependent, Session and Widget.
  • Support register, get, dispose and destroy.
  • Qualifiers support.
  • Decorators support.
  • Interceptors support.
  • Conditional register.
  • Post Construct support.
  • Circular Dependency Injection Detector (Experimental).
0
likes
0
pub points
16%
popularity

Publisher

unverified uploader

A Dependency Injection package, with Qualifier, Decorators, Interceptors and more. Inspired by Java CDI and get_it.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dart_ddi