phoenix_socket 0.8.0 copy "phoenix_socket: ^0.8.0" to clipboard
phoenix_socket: ^0.8.0 copied to clipboard

PhoenixSocket provides a feature-complete implementation of Phoenix Sockets, using a single API based on StreamChannels compatible with any deployment of Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add phoenix_socket
copied to clipboard

With Flutter:

 $ flutter pub add phoenix_socket
copied to clipboard

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

dependencies:
  phoenix_socket: ^0.8.0
copied to clipboard

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:phoenix_socket/phoenix_socket.dart';
copied to clipboard
56
likes
150
points
3.89k
downloads

Publisher

verified publisherbraver.health

Weekly Downloads

2024.09.14 - 2025.03.29

PhoenixSocket provides a feature-complete implementation of Phoenix Sockets, using a single API based on StreamChannels compatible with any deployment of Flutter.

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

logging, rxdart, web_socket_channel

More

Packages that depend on phoenix_socket