dart_patch_updater 0.1.0 copy "dart_patch_updater: ^0.1.0" to clipboard
dart_patch_updater: ^0.1.0 copied to clipboard

In-app updates for Flutter without the App Store. Update business logic, feature flags, and configs from your own server or GitHub Releases. Includes SHA-256 checksum + RSA signature verification with [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_patch_updater

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

dependencies:
  dart_patch_updater: ^0.1.0

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:dart_patch_updater/dart_patch_updater.dart';
0
likes
140
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

In-app updates for Flutter without the App Store. Update business logic, feature flags, and configs from your own server or GitHub Releases. Includes SHA-256 checksum + RSA signature verification with auto-rollback.

Repository (GitHub)
View/report issues

Topics

#update #in-app-update #ota #hot-update #feature-flags

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

archive, crypto, dio, flutter, json_annotation, path, path_provider, pointycastle, rxdart

More

Packages that depend on dart_patch_updater