websocket_reconnect 0.0.1
websocket_reconnect: ^0.0.1 copied to clipboard
The "websocket_reconnect" is a convenient package for Flutter developers to automatically reconnect to a WebSocket when connection is lost. It eliminates the need for manual reconnection logic. Simply [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add websocket_reconnectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
websocket_reconnect: ^0.0.1Alternatively, 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:websocket_reconnect/websocket_reconnect.dart';