version_checker 0.0.1 copy "version_checker: ^0.0.1" to clipboard
version_checker: ^0.0.1 copied to clipboard

outdated

A complete way to check if local app has available updates in respective stores (AppStore, AppGallery and PlayStore).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add version_checker

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

dependencies:
  version_checker: ^0.0.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_checker/version_checker.dart';
1
likes
0
points
17
downloads

Publisher

verified publishereverom.net

Weekly Downloads

A complete way to check if local app has available updates in respective stores (AppStore, AppGallery and PlayStore).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, http, huawei_hmsavailability, package_info_plus, url_launcher

More

Packages that depend on version_checker