app_update_checker 0.0.11 copy "app_update_checker: ^0.0.11" to clipboard
app_update_checker: ^0.0.11 copied to clipboard

Check for updates to your app with the possibility of deprecation, required updates and various app stores

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_update_checker

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

dependencies:
  app_update_checker: ^0.0.11

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:app_update_checker/app_update_checker.dart';
7
likes
150
pub points
40%
popularity
screenshot

Publisher

verified publisherstarproxima.dev

Check for updates to your app with the possibility of deprecation, required updates and various app stores

Homepage
Repository (GitHub)
View/report issues

Topics

#app #update #checker #upgrader

Documentation

API reference

License

MIT (license)

Dependencies

flutter, package_info_plus, yaml

More

Packages that depend on app_update_checker