quickpatch_code_push 1.0.1 copy "quickpatch_code_push: ^1.0.1" to clipboard
quickpatch_code_push: ^1.0.1 copied to clipboard

Check for and download QuickPatch OTA updates from your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickpatch_code_push

With Flutter:

 $ flutter pub add quickpatch_code_push

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

dependencies:
  quickpatch_code_push: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quickpatch_code_push/quickpatch_code_push.dart';
0
likes
160
points
86
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Check for and download QuickPatch OTA updates from your Flutter app.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

ffi, meta

More

Packages that depend on quickpatch_code_push