laravel_reverb 0.3.0 copy "laravel_reverb: ^0.3.0" to clipboard
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_reverb

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  laravel_reverb: ^0.3.0

Alternatively, 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';
1
likes
160
points
--
downloads
screenshot

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

Laravel Reverb realtime client for Flutter. Echo-style API, pure Dart Pusher protocol, auto-reconnect, presence channels and client events.

Homepage
Repository (GitHub)
View/report issues

Topics

#laravel #reverb #websocket #realtime #pusher

License

MIT (license)

Dependencies

flutter, http, stream_channel, web_socket_channel

More

Packages that depend on laravel_reverb