tbib_upgrade_app 1.0.7 copy "tbib_upgrade_app: ^1.0.7" to clipboard
tbib_upgrade_app: ^1.0.7 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());

can add your custom upgrader

TBIBCheckForUpdate.customCheckForUpdate(Upgrader())
0
likes
110
pub points
51%
popularity

Publisher

unverified uploader

This package for check app update version by upgrader.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences, upgrader

More

Packages that depend on tbib_upgrade_app