ulak_updater 0.1.1 copy "ulak_updater: ^0.1.1" to clipboard
ulak_updater: ^0.1.1 copied to clipboard

Self-hosted in-app updater for Android Flutter apps. Version check, download, sha256 verify, REQUEST_INSTALL_PACKAGES one-tap install.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ulak_updater

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

dependencies:
  ulak_updater: ^0.1.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:ulak_updater/ulak_updater.dart';
0
likes
80
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Self-hosted in-app updater for Android Flutter apps. Version check, download, sha256 verify, REQUEST_INSTALL_PACKAGES one-tap install.

Repository (GitHub)
View/report issues

Topics

#updater #apk #android #self-hosted

License

MIT (license)

Dependencies

crypto, dio, equatable, flutter, flutter_bloc, fpdart, get_it, hive, hive_flutter, package_info_plus, path_provider, uuid

More

Packages that depend on ulak_updater

Packages that implement ulak_updater