Demonstrates how to use the sendbird_chat plugin.
This example app requires the inclusion of a .env
file located in the example root directory. Simplest option is to add your Sendbird keys to the .env_sample
file and rename the file to .env
.
Because there doesn't appear to be a public websocket endpoint, this example app polls sendbird periodically for available users and open group channels and every second when the chat window is open.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.