pusher_client 1.1.1 copy "pusher_client: ^1.1.1" to clipboard
pusher_client: ^1.1.1 copied to clipboard

outdated

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';
119
likes
0
points
1.42k
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pusher_client