pusher_client_ego 1.0.0+6 copy "pusher_client_ego: ^1.0.0+6" to clipboard
pusher_client_ego: ^1.0.0+6 copied to clipboard

A lightweight Flutter client for Pusher Channels, supporting public, private, and presence channels with real-time event binding and client event triggering — inspired by the official pusher-js library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pusher_client_ego

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

dependencies:
  pusher_client_ego: ^1.0.0+6

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_ego/pusher_client_ego.dart';
0
likes
130
points
2
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter client for Pusher Channels, supporting public, private, and presence channels with real-time event binding and client event triggering — inspired by the official pusher-js library.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on pusher_client_ego