version_check 0.7.1 copy "version_check: ^0.7.1" to clipboard
version_check: ^0.7.1 copied to clipboard

Check iOS/Android/Mac store version and provide update alert if update is available.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add version_check

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  version_check: ^0.7.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:version_check/version_check.dart';
35
likes
120
pub points
91%
popularity

Publisher

verified publishermix1009.com

Check iOS/Android/Mac store version and provide update alert if update is available.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, html, http, package_info_plus, url_launcher

More

Packages that depend on version_check