flutter_upgrade_version 1.1.8 copy "flutter_upgrade_version: ^1.1.8" to clipboard
flutter_upgrade_version: ^1.1.8 copied to clipboard

Support to get Package Information(app name, package name, version, build number), get information of version on store(Apple Store) and In-app Update.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_upgrade_version

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

dependencies:
  flutter_upgrade_version: ^1.1.8

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:flutter_upgrade_version/flutter_upgrade_version.dart';
86
likes
150
points
2.1k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Support to get Package Information(app name, package name, version, build number), get information of version on store(Apple Store) and In-app Update.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on flutter_upgrade_version

Packages that implement flutter_upgrade_version