preconditions 0.2.0 copy "preconditions: ^0.2.0" to clipboard
preconditions: ^0.2.0 copied to clipboard

outdated

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.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"
5
likes
0
points
51
downloads

Publisher

verified publisherfnx.io

Weekly Downloads

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?

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, logging

More

Packages that depend on preconditions