version_comparator 1.0.2 copy "version_comparator: ^1.0.2" to clipboard
version_comparator: ^1.0.2 copied to clipboard

An app version comparator between app stores and local version. It support Android, iOS and Huawei platforms. Also custom version compare is possible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add version_comparator

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

dependencies:
  version_comparator: ^1.0.2

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_comparator/version_comparator.dart';
18
likes
140
pub points
65%
popularity

Publisher

verified publishergultekir-emre.free.nf

An app version comparator between app stores and local version. It support Android, iOS and Huawei platforms. Also custom version compare is possible.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, device_info_plus, flutter, http, json_annotation, package_info_plus, url_launcher

More

Packages that depend on version_comparator