native_updater 0.1.1 copy "native_updater: ^0.1.1" to clipboard
native_updater: ^0.1.1 copied to clipboard

PlatformAndroid

Flutter package for prompting users to update with a native dialog whether using the app store version or any version at the user's discretion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_updater

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

dependencies:
  native_updater: ^0.1.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:native_updater/native_updater.dart';
146
likes
120
pub points
82%
popularity

Publisher

verified publisherofload.com

Flutter package for prompting users to update with a native dialog whether using the app store version or any version at the user's discretion.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, in_app_update, package_info, url_launcher

More

Packages that depend on native_updater