pusher 0.2.0+1 copy "pusher: ^0.2.0+1" to clipboard
pusher: ^0.2.0+1 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'};
  Response result = await pusher.trigger(['test_channel'], 'my_event', data);
}
11
likes
0
points
41
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