version_comparator 1.0.23 copy "version_comparator: ^1.0.23" to clipboard
version_comparator: ^1.0.23 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.23

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';
20
likes
150
points
122
downloads

Publisher

verified publishergultekir-emre.free.nf

Weekly Downloads

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

device_info_plus, flutter, http, json_annotation, package_info_plus, url_launcher

More

Packages that depend on version_comparator