pusher_reverb_flutter 0.0.3
pusher_reverb_flutter: ^0.0.3 copied to clipboard
A Flutter Pusher client for Laravel Reverb, with support for custom WebSocket paths and dynamic authentication headers. Aims to be a reliable and feature-rich alternative.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pusher_reverb_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pusher_reverb_flutter: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pusher_reverb_flutter/pusher_reverb_flutter.dart';