Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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.


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top