flutter_patcher 0.1.2 copy "flutter_patcher: ^0.1.2" to clipboard
flutter_patcher: ^0.1.2 copied to clipboard

PlatformAndroid

Self-hosted Flutter Android hot-update/code-push plugin that patches libapp.so on cold start with integrity checks and crash rollback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_patcher

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

dependencies:
  flutter_patcher: ^0.1.2

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:flutter_patcher/flutter_patcher.dart';
12
likes
160
points
144
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Self-hosted Flutter Android hot-update/code-push plugin that patches libapp.so on cold start with integrity checks and crash rollback.

Repository (GitHub)
View/report issues

Topics

#flutter #android #hot-update #code-push #app-update

License

MIT (license)

Dependencies

archive, args, crypto, flutter, plugin_platform_interface

More

Packages that depend on flutter_patcher

Packages that implement flutter_patcher