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

Flutter client library for ReactPush update system. Allows Flutter apps to check for and download remote bundle updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_push_client

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

dependencies:
  flutter_push_client: ^1.0.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:flutter_push_client/flutter_push_client.dart';
0
likes
145
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter client library for ReactPush update system. Allows Flutter apps to check for and download remote bundle updates.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, asn1lib, crypto, device_info_plus, flutter, http, package_info_plus, path, path_provider, pointycastle, shared_preferences, uuid

More

Packages that depend on flutter_push_client