pusher_http_dart 1.0.1 copy "pusher_http_dart: ^1.0.1" to clipboard
pusher_http_dart: ^1.0.1 copied to clipboard

Pusher HTTP Dart Library based on https://github.com/adaojunior/pusher

example/main.dart

import 'dart:async';
import 'package:pusher_http_dart/pusher_http_dart.dart';

Future<void> main() async {
  Pusher pusher = new Pusher('PUSHER_APP_ID', 'PUSHER_APP_KEY', 'PUSHER_APP_SECRET');
  Map data = {'message': 'Hello world'};
  await pusher.trigger(['test_channel'], 'my_event', data);
}
1
likes
35
pub points
0%
popularity

Publisher

verified publisherwirk.fr

Pusher HTTP Dart Library based on https://github.com/adaojunior/pusher

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, http

More

Packages that depend on pusher_http_dart