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

A Flutter package to check for new versions of your app on the Apple App Store and Google Play Store and show update dialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add new_version_update

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

dependencies:
  new_version_update: ^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:new_version_update/new_version_update.dart';
7
likes
150
points
29
downloads

Publisher

verified publisherakbon.dev

Weekly Downloads

A Flutter package to check for new versions of your app on the Apple App Store and Google Play Store and show update dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, html, http, package_info_plus, url_launcher

More

Packages that depend on new_version_update