updater 0.2.5 copy "updater: ^0.2.5" to clipboard
updater: ^0.2.5 copied to clipboard

PlatformAndroid

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.5

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';
40
likes
150
points
379
downloads

Publisher

verified publishermarsad.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, open_filex, path_provider, platform

More

Packages that depend on updater

Packages that implement updater