quickpatch_code_push_client 0.9.1 copy "quickpatch_code_push_client: ^0.9.1" to clipboard
quickpatch_code_push_client: ^0.9.1 copied to clipboard

Library which allows Dart applications to interact with the QuickPatch CodePush API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickpatch_code_push_client

With Flutter:

 $ flutter pub add quickpatch_code_push_client

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

dependencies:
  quickpatch_code_push_client: ^0.9.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_client/quickpatch_code_push_client.dart';
0
likes
145
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Library which allows Dart applications to interact with the QuickPatch CodePush API

License

Apache-2.0 (license)

Dependencies

collection, http, path, quickpatch_code_push_protocol

More

Packages that depend on quickpatch_code_push_client