kiwi 5.0.1 kiwi: ^5.0.1 copied to clipboard
A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
5.0.1 #
- Fix a problem with pub.dev scores.
5.0.0 #
Now Kiwi it's a Brazilian package! 🇧🇷 ♥
Thank you (@vanlooverenkoen) for your contribution and trust in our work.
He continued his active and dedicated work on the Kiwi package up to version 4.1.0
.
- feature: it's now possible to create a scoped container with providers copied from a parent, without a direct reference. (PR #101)
- feature: it's now possible to check if the instance or builder is registered. (PR #103)
- feature: it's now possible to list all providers. (PR #106)
- feature: it's now possible to list all named providers. (PR #106)
- feature: it's now possible to list all unnamed providers. (PR #106)
- feature: it's now possible to convert the _Provider class to String. (PR #106)
- refactor: the package structure has been refactored to be in line with the market. (PR #106)
- refactor: implemented new dart format rule for line length (160) of package development. (PR #106)
- refactor: the _providers now has a more verbose implementation, and it's now easy to read. (PR #106)
- refactor: for the new implementations, new tests have been created. (PR #106)
- refactor: github actions have been updated. (PR #106)
- refactor: github project labels have been updated. (PR #106)
- refactor: the Dart CLI tools in the package have been updated. (PR #106)
- fix: typedefs have been updated. (PR #106)
- fix: pub.dev points now sound great (150/150). (PR #106)
- fix: dependabot has been updated. (PR #107)
- chore: other minimalist changes.
4.0.2 #
4.0.0 #
3.0.0 #
1.1.0 #
1.0.0 #
BREAKING CHANGE #
- renamed
Container
toKiwiContainer
so it is easier for Flutter devs to import the KiwiContainer
0.1.0 #
- Initial Open Source release.