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

Flutter package for checking and prompting app upgrades from app stores

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_update

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

dependencies:
  smart_update: ^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:smart_update/smart_update.dart';
0
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for checking and prompting app upgrades from app stores

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, html, http, os_detect, package_info_plus, shared_preferences, url_launcher, version, xml

More

Packages that depend on smart_update