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

outdated

Flutter package for prompting users to upgrade with native dialog when there is a newer version of the app in the store.

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.0.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';
147
likes
0
pub points
81%
popularity

Publisher

verified publisherofload.com

Flutter package for prompting users to upgrade with native dialog when there is a newer version of the app in the store.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, package_info, url_launcher

More

Packages that depend on native_updater