djangoflow_websocket 0.0.1 copy "djangoflow_websocket: ^0.0.1" to clipboard
djangoflow_websocket: ^0.0.1 copied to clipboard

outdated

Easily manage connecting to a WebSocket server, subscribing to messages, handling reconnections etc all at once with djangoflow_websocket

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add djangoflow_websocket

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

dependencies:
  djangoflow_websocket: ^0.0.1

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:djangoflow_websocket/djangoflow_websocket.dart';
1
likes
0
points
45
downloads

Publisher

verified publisherapexive.com

Weekly Downloads

Easily manage connecting to a WebSocket server, subscribing to messages, handling reconnections etc all at once with djangoflow_websocket

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, flutter, flutter_bloc, freezed_annotation, web_socket_channel

More

Packages that depend on djangoflow_websocket