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

discontinuedreplaced by: spry

Spry WebSocket is a Spry handler for handling WebSocket requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spry_websocket

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

dependencies:
  spry_websocket: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spry_websocket/spry_websocket.dart';
0
likes
90
points
2
downloads

Publisher

verified publisherodroe.com

Weekly Downloads

Spry WebSocket is a Spry handler for handling WebSocket requests.

Documentation

API reference

License

MIT (license)

Dependencies

meta, spry, stream_channel, web_socket_channel

More

Packages that depend on spry_websocket