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

WebSocket connection management with reconnection logic and message queuing. Supports all 6 platforms with WASM compatibility.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_websocket_plus

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

dependencies:
  flutter_websocket_plus: ^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_websocket_plus/flutter_websocket_plus.dart';
2
likes
160
points
31
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

WebSocket connection management with reconnection logic and message queuing. Supports all 6 platforms with WASM compatibility.

Repository (GitHub)
View/report issues

Topics

#websocket #networking #real-time #communication #reconnection

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, http, web_socket_channel

More

Packages that depend on flutter_websocket_plus