dart_pusher_channels 1.2.3 copy "dart_pusher_channels: ^1.2.3" to clipboard
dart_pusher_channels: ^1.2.3 copied to clipboard

Dart implementation of client of Pusher Channels protocol, instrument to work with real-time applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_pusher_channels
copied to clipboard

With Flutter:

 $ flutter pub add dart_pusher_channels
copied to clipboard

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

dependencies:
  dart_pusher_channels: ^1.2.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_pusher_channels/dart_pusher_channels.dart';
copied to clipboard
76
likes
140
points
7.06k
downloads

Publisher

verified publisherkerim.app

Weekly Downloads

2024.09.16 - 2025.03.31

Dart implementation of client of Pusher Channels protocol, instrument to work with real-time applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, meta, pinenacl, rxdart, web_socket_channel

More

Packages that depend on dart_pusher_channels