- fixing linter warnings
- Adding
createOnce
andcreateOnceAsync
1.4.2 - 14.05.2024 fix for #29
- fix for #28
- thanks to the pr #27 by @jefflongo
pushScope
now accepts theisFinal
parameter that the underlying get_it function does for some time now.
- added
executeHandlerOnlyOnce
toregisterFutureHandler
,allReady
andallReadyHandler
- added new functions:
callOnce
andonDispose
. See readme for details
- thanks to the PR from @smjxpro #22 you now can register handlers for pure Listenable/ChangeNotifiers too
- fluttercommunity/get_it#345
allReady()
will now throw a correct error if an exception is thrown in one of the factory functions thatallReady()
checks
- Typo fixes by PRs from @mym0404 @elitree @florentmx
- updates Discord invite link
- added some more asserts to provide better error messages in case you forgot to use the WatchItMixin
- bumped get_it version
- thanks for PR by @yangsfang #10
- small change in documentation
- fix for #8
- improved comments thanks to PR by @kevlar700
- added safety checks in case _element gets null but still a handler might get called
- improving readme
- fix typo
- First beta release
- This is currently just a placeholder for the new version of the get_it_mixin