get_it_mixin 1.2.0
get_it_mixin: ^1.2.0 copied to clipboard
mixin on Stateless- and StatefulWidgts that makes binding the Widget to Objects stored in GetIt easier.
1.2.0 07.10.2020 #
- the previous implementation of
allReady()would have calledGetIt.allReadyon every build which would return every time a new Future so that it did rebuild unpredictable
1.1.0 07.10.2020 #
- deprecated
registerValueListenableHandlerin favour ofregisterHandler
1.0.0 06.10.2020 #
- some breaking changes of the handler function definitions
- added support for
allReadyand isReady
0.9.0 02.10.2020 #
- now with readme and tests
0.1.0 26.09.2020 #
- Initial release without docs and tests