updater 0.2.4 copy "updater: ^0.2.4" to clipboard
updater: ^0.2.4 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 Flutter:

 $ flutter pub add updater

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

dependencies:
  updater: ^0.2.4

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:updater/updater.dart';
35
likes
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, http, open_filex, package_info_plus, path_provider, platform

More

Packages that depend on updater