jab 0.0.4 copy "jab: ^0.0.4" to clipboard
jab: ^0.0.4 copied to clipboard

A simple hierarchical dependency injection framework for Flutter. It offers easy dependency overriding in the Widget tree and provides out-of-the-box support for the BLoC pattern.

[0.0.1] - 5 May 2020 #

  • Initial Jab library implementation

[0.0.2] - 5 May 2020 #

  • Added a usage example

[0.0.3] - 5 May 2020 #

  • Added the option to use root as the main dependency injector (e.g. for testing purposes).

[0.0.4] - 2 June 2020 #

  • Breaking change: If an instance of Service cannot be found in the Widget tree, Jab will attempt to find the Service instance in all injectors which are currently initialized.
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple hierarchical dependency injection framework for Flutter. It offers easy dependency overriding in the Widget tree and provides out-of-the-box support for the BLoC pattern.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on jab