cc_web_socket 1.1.0+4 copy "cc_web_socket: ^1.1.0+4" to clipboard
cc_web_socket: ^1.1.0+4 copied to clipboard

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

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.1.0+4

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
150
pub points
0%
popularity

Publisher

verified publishercodecores.dev

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

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