pusher_client 1.1.1 pusher_client: ^1.1.1 copied to clipboard
A Pusher Channels client plugin for Flutter targeting Android and iOS. It wraps pusher-websocket-java v2.2.5 and pusher-websocket-swift v8.0.0.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pusher_client
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pusher_client: ^1.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:pusher_client/pusher_client.dart';