Skip to content

apptreesoftware/pusher-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pusher

A Dart wrapper for Pusher.js

Usage

import 'package:pusher_js/pusher_js.dart';

main() {
  var socket = new Pusher('0eb73a235dd03b3df71a');
  socket.connection.bind('connected', allowInterop((data) {
    print('Connected to Pusher!');
  }));
}

Note: callbacks should be wrapped in allowInterop().

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A Dart library for Pusher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published