tbib_upgrade_app 1.0.4-beta copy "tbib_upgrade_app: ^1.0.4-beta" to clipboard
tbib_upgrade_app: ^1.0.4-beta copied to clipboard

This package for check app update version by upgrader.

Tbib Upgrade App #

Setup #

GlobalKey<NavigatorState> _navigatorKey = GlobalKey<NavigatorState>();
TBIBCheckForUpdate.init(_navigatorKey);

how to use #

bool newUpdate= TBIBCheckForUpdate.checkForUpdate();

if(newUpdate){
    return;
}
Navigator.push(context, HomeScreen());

force upgrade

bool newUpdate= TBIBCheckForUpdate.forceCheckUpdate();

if(newUpdate){
    return;
}
Navigator.push(context, HomeScreen());

0
likes
0
pub points
51%
popularity

Publisher

unverified uploader

This package for check app update version by upgrader.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences, upgrader

More

Packages that depend on tbib_upgrade_app