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

A lightweight helper to patch your Flutter app at runtime using shorebird code push and terminate restart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add patch_app

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

dependencies:
  patch_app: ^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:patch_app/patch_app.dart';
4
likes
150
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight helper to patch your Flutter app at runtime using shorebird code push and terminate restart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shorebird_code_push, terminate_restart

More

Packages that depend on patch_app