flutter_reverb 0.0.1 copy "flutter_reverb: ^0.0.1" to clipboard
flutter_reverb: ^0.0.1 copied to clipboard

A WebSocket client implementation for Flutter applications with support for real-time communication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_reverb

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

dependencies:
  flutter_reverb: ^0.0.1

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:flutter_reverb/flutter_reverb.dart';
2
likes
150
points
94
downloads

Publisher

verified publisherdana-sherzad.com

Weekly Downloads

A WebSocket client implementation for Flutter applications with support for real-time communication.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, jwt_decoder, web_socket_channel

More

Packages that depend on flutter_reverb