fifty_socket 0.1.0 copy "fifty_socket: ^0.1.0" to clipboard
fifty_socket: ^0.1.0 copied to clipboard

Phoenix WebSocket infrastructure with auto-reconnect, heartbeat monitoring, and channel management. Part of the Fifty Flutter Kit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fifty_socket

With Flutter:

 $ flutter pub add fifty_socket

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

dependencies:
  fifty_socket: ^0.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:fifty_socket/fifty_socket.dart';
0
likes
160
points
39
downloads
screenshot

Publisher

verified publisherfifty.dev

Weekly Downloads

Phoenix WebSocket infrastructure with auto-reconnect, heartbeat monitoring, and channel management. Part of the Fifty Flutter Kit.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart #websocket #phoenix #realtime

Documentation

API reference

License

MIT (license)

Dependencies

meta, phoenix_socket

More

Packages that depend on fifty_socket