pusher_channels

Last updated:

0 purchases

pusher_channels Image
pusher_channels Images
Add to Cart

Description:

pusher channels

pusher_channels is a not official pure Dart pusher channels client.
This client is work in progress and it is unstable.
Usage #
A simple usage example:
import 'package:pusher_channels/pusher_channels.dart';

main() {
final pusher = Pusher(key: 'YOUR_APP_KEY');
await pusher.connect();
final channel = pusher.subscribe('channel');
channel.bind('event', (event) {
print('WOW event: $event');
});
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.