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';

To check if the app has just been upgraded:

bool isappupgraded = await IsAppUpgraded.isAppUpgraded();

Maintainers

Pull requests are always very welcome.

Libraries

is_app_upgraded