registrar 0.3.1 registrar: ^0.3.1 copied to clipboard
A Flutter hybrid locator that locates both global services (similar to GetIt) and scoped inherited models (similar to Provider, InheritedWidget). Supports registering inherited models as global services.
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.