pusher_client_ego 1.0.0+6
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_egoThis 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+6Alternatively, 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';