djangoflow_websocket 0.1.0+6 copy "djangoflow_websocket: ^0.1.0+6" to clipboard
djangoflow_websocket: ^0.1.0+6 copied to clipboard

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.1.0+6

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
130
pub points
41%
popularity

Publisher

verified publisherapexive.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, djangoflow_bloc_extensions, flutter, flutter_bloc, freezed_annotation, web_socket_channel

More

Packages that depend on djangoflow_websocket