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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phoenix_channel

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

dependencies:
  phoenix_channel: ^1.0.1

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:phoenix_channel/phoenix_channel.dart';
2
likes
150
points
86
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