websocket_reconnect 0.0.1 copy "websocket_reconnect: ^0.0.1" to clipboard
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 [...]

websocket_reconnect #

A new Flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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 define your WebSocket connection and pass it to the "AutoReconnectWebSocket" constructor. The package monitors the connection and automatically reconnects it if lost. You can customize the retry interval and set a maximum number of attempts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, plugin_platform_interface, web_socket_channel

More

Packages that depend on websocket_reconnect

Packages that implement websocket_reconnect