phoenix_socket 0.7.3 copy "phoenix_socket: ^0.7.3" to clipboard
phoenix_socket: ^0.7.3 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.

phoenix_socket #

ci-test pub-package Pub Points

Dart library to interact with Phoenix Channels (Presence support is currently experimental) over WebSockets.

This library uses web_socket_channel for WebSockets, making the API consistent across web and native environments.

Getting Started #

Look at the example project for an example on how to use this library. The API was designed to look like javascript's as much as possible, but leveraging Dart's unique native advantages like Streams and Futures.

49
likes
120
pub points
87%
popularity

Publisher

verified publisherbraver.health

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

Repository
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

logging, rxdart, web_socket_channel

More

Packages that depend on phoenix_socket