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

outdatedDart 1 only

Pusher HTTP Dart Library

example/main.dart

import 'package:pusher/pusher.dart';

main() async {
  Pusher pusher = new Pusher('PUSHER_APP_ID','PUSHER_APP_KEY','PUSHER_APP_SECRET');
  Map data = {'message':'Hello world'};
  Result result = await pusher.trigger(['test_channel'],'my_event',data);
}
11
likes
0
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Pusher HTTP Dart Library

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on pusher