tbib_upgrade_app 0.0.4 copy "tbib_upgrade_app: ^0.0.4" to clipboard
tbib_upgrade_app: ^0.0.4 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());
0
likes
130
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