laravel_reverb 0.3.0
laravel_reverb: ^0.3.0 copied to clipboard
Laravel Reverb realtime client for Flutter. Echo-style API, pure Dart Pusher protocol, auto-reconnect, presence channels and client events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add laravel_reverbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
laravel_reverb: ^0.3.0Alternatively, 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:laravel_reverb/laravel_reverb.dart';