updater 0.1.4-experimental-1 copy "updater: ^0.1.4-experimental-1" to clipboard
updater: ^0.1.4-experimental-1 copied to clipboard

A package to check for the custom in-app updates for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add updater

With Flutter:

 $ flutter pub add updater

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

dependencies:
  updater: ^0.1.4-experimental-1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:updater/updater.dart';
35
likes
0
pub points
78%
popularity

Publisher

verified publishermarsad.dev

A package to check for the custom in-app updates for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, http, open_filex, package_info_plus, path_provider

More

Packages that depend on updater