rxws 1.1.0 copy "rxws: ^1.1.0" to clipboard
rxws: ^1.1.0 copied to clipboard

A lightweight, high-performance, pure Dart WebSocket client with full protocol control.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rxws

With Flutter:

 $ flutter pub add rxws

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

dependencies:
  rxws: ^1.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:rxws/rxws.dart';
1
likes
0
points
15
downloads

Publisher

verified publisherxbzx.online

Weekly Downloads

A lightweight, high-performance, pure Dart WebSocket client with full protocol control.

Repository (GitHub)
View/report issues

Topics

#state-management #reactive #flutter-widgets #performance

License

unknown (license)

Dependencies

crypto, flutter, web

More

Packages that depend on rxws