pusher_channels 0.1.0 copy "pusher_channels: ^0.1.0" to clipboard
pusher_channels: ^0.1.0 copied to clipboard

outdated

A pure Dart pusher channels client

pusher_channels is a 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');
  });
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

11
likes
0
points
351
downloads

Publisher

unverified uploader

Weekly Downloads

A pure Dart pusher channels client

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

mocktail

More

Packages that depend on pusher_channels