app_updater 2.0.0 copy "app_updater: ^2.0.0" to clipboard
app_updater: ^2.0.0 copied to clipboard

A comprehensive Flutter package to check for app updates and display platform-native dialogs. Supports iOS, Android, macOS, Windows, and Linux with release notes, analytics, GitHub releases, Firebase [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_updater

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

dependencies:
  app_updater: ^2.0.0

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_updater/app_updater.dart';
25
likes
150
points
444
downloads

Publisher

verified publishermantreshkhurana.com

Weekly Downloads

A comprehensive Flutter package to check for app updates and display platform-native dialogs. Supports iOS, Android, macOS, Windows, and Linux with release notes, analytics, GitHub releases, Firebase Remote Config, localization, and more.

Repository (GitHub)
View/report issues

Topics

#app-update #version-checker #update-dialog #store-version

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, shared_preferences, url_launcher, xml

More

Packages that depend on app_updater