webf_websocket 1.3.0 copy "webf_websocket: ^1.3.0" to clipboard
webf_websocket: ^1.3.0 copied to clipboard

WebSocket API support for webf apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webf_websocket

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

dependencies:
  webf_websocket: ^1.3.0

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:webf_websocket/webf_websocket.dart';
1
likes
105
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

WebSocket API support for webf apps.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, web_socket_channel, webf

More

Packages that depend on webf_websocket