okws_client 0.1.0 copy "okws_client: ^0.1.0" to clipboard
okws_client: ^0.1.0 copied to clipboard

A simplified WebSocket client with robust reconnection handling, supporting custom headers, ping interval, and backoff strategies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add okws_client

With Flutter:

 $ flutter pub add okws_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  okws_client: ^0.1.0

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:okws_client/okws_client.dart';
0
likes
160
points
26
downloads

Documentation

API reference

Publisher

verified publisherpub.lwjlol.com

Weekly Downloads

A simplified WebSocket client with robust reconnection handling, supporting custom headers, ping interval, and backoff strategies.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on okws_client