bilocator 0.5.1 bilocator: ^0.5.1 copied to clipboard
A Flutter hybrid locator that supports both single services (like GetIt) and inherited models (like Provider, InheritedWidget).
0.5.1 #
- Removed unnecessary setState listener. Improved tests and readme.
0.5.0 #
- Renamed package from Registrar to Bilocator.
0.4.0 #
- Added "location" param Registrar to be used instead of "inherited" param.
- Bug fix where attempted to add listener non-ChangeNotifier.
- Improved lazy initialization.
0.3.1 #
Fixed bug where dispose not call omitted.
0.3.0 #
Added support for inherited models on the widget tree.
0.2.0 #
Added "dispose" boolean to API.
0.1.10 #
Static analysis.
0.1.9 #
Embedded example gif in readme.
0.1.8 #
Changed example gif.
0.1.7 #
Added example gif.
0.1.6 #
Updated with the Dart formatter.
0.1.5 #
Updated changelog.
0.1.4 #
Corrected readme.
0.1.3 #
- Removed unused dependency
- Added ValueNotifier to example
- Fixed typo in readme
0.1.2 #
Static analysis.
0.1.1 #
Static analysis.
0.1.0 #
Initial release.