flutter_app_auto_update_checker 1.0.0 copy "flutter_app_auto_update_checker: ^1.0.0" to clipboard
flutter_app_auto_update_checker: ^1.0.0 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.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:flutter_app_auto_update_checker/flutter_app_auto_update_checker.dart';
0
likes
130
points
40
downloads

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on flutter_app_auto_update_checker