preconditions 0.2.2
preconditions: ^0.2.2 copied to clipboard
Pure Dart library for management of preconditions in Flutter apps. Has the user granted all permissions? Is the phone online? Is there enough free disk space?
[0.2.2] 2021-04-23 #
- support for "ignoreCache" - evaluate no matter what is in the cache
[0.2.1] 2021-04-12 #
- support for "evaluate one time, stay in success forever" preconditions
[0.2.0] 2021-04-06 #
- BREAKING CHANGE: id is mandatory String
- preconditions can depend on each other -> run some precondition, only if all "parent" preconditions are satisfied
- BREAKING CHANGE: removed scopes and replaced thm with much more precise concept of "aggregate preconditions"
[0.0.7] 2021-04-06 #
- added few more useful methods
[0.0.6] 2021-04-05 #
- few convenient changes to make API users life easier
[0.0.5] 2021-04-05 #
- Basic functions and docs, decent "beta"