flutter_updater_package 1.0.0 copy "flutter_updater_package: ^1.0.0" to clipboard
flutter_updater_package: ^1.0.0 copied to clipboard

outdated

An easy way to implement OTA updates.

flutter_updater_package #

An easy way to implement OTA updates.

Getting Started #

First you need to mark the dependency ([package]: [version]) in the pubspec.yaml. Then all you need to do is import the package into a dart file and call Updater.checkUpdates ([String currentVersion], [String latestVersionPath], [String updateUrlPath]);

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1
likes
10
pub points
0%
popularity

Publisher

unverified uploader

An easy way to implement OTA updates.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, open_file, path_provider, permission_handler

More

Packages that depend on flutter_updater_package