flutter_app_auto_update_checker 1.0.1 copy "flutter_app_auto_update_checker: ^1.0.1" to clipboard
flutter_app_auto_update_checker: ^1.0.1 copied to clipboard

A lightweight, cross-platform Flutter package that automatically checks for app updates from Google Play Store and Apple App Store, compares versions, and shows customizable update dialogs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_auto_update_checker

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

dependencies:
  flutter_app_auto_update_checker: ^1.0.1

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_app_auto_update_checker/flutter_app_auto_update_checker.dart';
0
likes
140
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, cross-platform Flutter package that automatically checks for app updates from Google Play Store and Apple App Store, compares versions, and shows customizable update dialogs.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on flutter_app_auto_update_checker