cc_web_socket 1.0.0+3 copy "cc_web_socket: ^1.0.0+3" to clipboard
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';
1
likes
130
pub points
0%
popularity

Publisher

verified publishercodecores.dev

A robust and flexible WebSocket client for Flutter applications, enabling easy management and customization of WebSocket connections.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, http, synchronized, web_socket_channel

More

Packages that depend on cc_web_socket