new_version_check 0.0.2 copy "new_version_check: ^0.0.2" to clipboard
new_version_check: ^0.0.2 copied to clipboard

Get the current version of the application locally and in stores. And nothing superfluous

new_version_check #

Flutter plugin to get the current version of the app locally and in stores. And nothing superfluous

Features #

1) Get a version in the AppStore
2) Get a version in the Playmarket
3) Get the current app version

Getting started #

import 'package:new_version_check/new_version_check.dart';

Usage #

var newVersionPlus = NewVersionCheck(iOSAppStoreCountry: 'ru');
var status = await newVersionPlus.getVersionStatus();

String? appStoreLink = status?.appStoreLink;
String? localVersion = status?.localVersion;
String? storeVersion = status?.storeVersion;
bool? canUpdate = status?.canUpdate;

Additional information #

For this package to work, you must have your apps published to the Appstore or Playmarket

2
likes
130
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Get the current version of the application locally and in stores. And nothing superfluous

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, dio, flutter, html, package_info_plus, url_launcher

More

Packages that depend on new_version_check