Last updated:
0 purchases
is app upgraded
is_app_upgraded #
A simple flutter package that checks if the running app has just been upgraded.
Internally it uses the shared_preferences plugin and the package_info_plus plugin.
Getting Started #
To use this plugin, add is_app_upgraded as a dependency in your pubspec.yaml file.
Usage #
Import is_app_upgraded:
import 'package:is_app_upgraded/is_app_upgraded.dart';
copied to clipboard
To check if the app has just been upgraded:
bool isappupgraded = await IsAppUpgraded.isAppUpgraded();
copied to clipboard
Maintainers #
Sacha Vieux Roy
Pull requests are always very welcome.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.