playstore_update 1.0.3 copy "playstore_update: ^1.0.3" to clipboard
playstore_update: ^1.0.3 copied to clipboard

A package that will allow you to notify you user whenever you publish a new update on Google Play Store.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add playstore_update

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

dependencies:
  playstore_update: ^1.0.3

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:playstore_update/playstore_update.dart';
20
likes
150
pub points
50%
popularity

Publisher

verified publishermalayp.tech

A package that will allow you to notify you user whenever you publish a new update on Google Play Store.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_html, package_info_plus, peekanapp, url_launcher

More

Packages that depend on playstore_update