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

A robust, modular update checker for Flutter. Supports Android (Play Store) & iOS (App Store) with native UI, scraping fallback, and custom JSON sources.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_updater_flutter

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

dependencies:
  app_updater_flutter: ^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_updater_flutter/app_updater_flutter.dart';
1
likes
150
points
75
downloads

Publisher

verified publishermskarthik.online

Weekly Downloads

A robust, modular update checker for Flutter. Supports Android (Play Store) & iOS (App Store) with native UI, scraping fallback, and custom JSON sources.

Repository (GitHub)
View/report issues

Topics

#update #android #ios #app-store #play-store

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, in_app_update, package_info_plus, pub_semver, shared_preferences, url_launcher

More

Packages that depend on app_updater_flutter