app_update_manager 1.0.0 copy "app_update_manager: ^1.0.0" to clipboard
app_update_manager: ^1.0.0 copied to clipboard

PlatformAndroid

A comprehensive Flutter package for managing app updates across Play Store, App Store, and custom backends with flexible update strategies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_update_manager

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

dependencies:
  app_update_manager: ^1.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_update_manager/app_update_manager.dart';
0
likes
160
points
130
downloads

Publisher

verified publisherkyawzayartun.com

Weekly Downloads

A comprehensive Flutter package for managing app updates across Play Store, App Store, and custom backends with flexible update strategies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, in_app_update, package_info_plus, path_provider, shared_preferences, url_launcher, workmanager

More

Packages that depend on app_update_manager