web_socket_cli 0.0.1 web_socket_cli: ^0.0.1 copied to clipboard
A cross-platform WebSocket client with support for headers and followRedirects.
Web_Socket_Cli Package #
A cross-platform WebSocket client for Flutter and Dart applications. Supports headers, redirects, and works on web, iOS, and Android.
Features #
- Cross-platform support (web, iOS, Android).
- Custom headers for WebSocket connections.
- Redirect handling (on supported platforms).
Installation #
Add the following to your pubspec.yaml
:
dependencies:
web_socket_cli: ^0.0.1
Run flutter pub get or dart pub get to install the package.