force_upgrader library

Classes

ForceUpgrader
An upgrader widget that goes high in your widget tree and shows an upgrade dialog when appropriate

Functions

defaultCurrentVersion() Future<String>
Fetches the current package version string of the app

Typedefs

AllowSkipFutureCallBack = Future<bool> Function()
Signature of callbacks that have no arguments and return a Future bool
VersionFutureCallBack = Future<String> Function()
Signature of callbacks that have no arguments and return a Future String