phoenix_channel 1.0.1 copy "phoenix_channel: ^1.0.1" to clipboard
phoenix_channel: ^1.0.1 copied to clipboard

A Flutter package for connecting to Phoenix Channels via WebSocket

1.0.1 11-23-2025 #

Added #

  • Initial release of phoenix_channel package
  • WebSocket connection management with Socket class
  • Channel join/leave functionality with Channel class
  • Automatic heartbeat mechanism to maintain connection
  • Message reference tracking for reliable message delivery
  • Event-based API with callbacks for socket and channel state changes
  • Automatic reconnection support with configurable retry attempts
  • Type-safe message handling following Phoenix Channels V2 protocol
  • Support for custom connection parameters and headers
  • Callback system for socket state changes, errors, and messages
  • Channel event listeners for custom events
  • Support for channel join/leave callbacks
3
likes
150
points
5
downloads

Publisher

verified publisherizeesoft.com

Weekly Downloads

A Flutter package for connecting to Phoenix Channels via WebSocket

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, web_socket_client

More

Packages that depend on phoenix_channel