dart_patch_updater 0.1.0
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_updaterThis 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.0Alternatively, 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';