cc_web_socket 1.0.0+3 cc_web_socket: ^1.0.0+3 copied to clipboard
A robust and flexible WebSocket client for Flutter applications, enabling easy management and customization of WebSocket connections.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cc_web_socket
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cc_web_socket: ^1.0.0+3
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:cc_web_socket/cc_web_socket.dart';