native_updater 0.2.0 copy "native_updater: ^0.2.0" to clipboard
native_updater: ^0.2.0 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.2.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:native_updater/native_updater.dart';
149
likes
160
points
179
downloads

Documentation

API reference

Publisher

verified publisherdigitalventures.au

Weekly Downloads

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

License

MIT (license)

Dependencies

flutter, in_app_update, package_info_plus, url_launcher

More

Packages that depend on native_updater