tarsier_websocket_client 1.0.0 copy "tarsier_websocket_client: ^1.0.0" to clipboard
tarsier_websocket_client: ^1.0.0 copied to clipboard

A Dart package for managing WebSocket connections and real-time event handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tarsier_websocket_client

With Flutter:

 $ flutter pub add tarsier_websocket_client

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

dependencies:
  tarsier_websocket_client: ^1.0.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:tarsier_websocket_client/tarsier_websocket_client.dart';
1
likes
140
points
22
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Dart package for managing WebSocket connections and real-time event handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, crypto, http, meta, pinenacl, stream_channel, uuid

More

Packages that depend on tarsier_websocket_client