cc_web_socket 1.0.0+1 copy "cc_web_socket: ^1.0.0+1" to clipboard
cc_web_socket: ^1.0.0+1 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 Dart:

 $ dart pub add cc_web_socket

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 dart pub get):

dependencies:
  cc_web_socket: ^1.0.0+1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

cupertino_icons, flutter, http, synchronized, web_socket_channel

More

Packages that depend on cc_web_socket