channels_flutter library
Channels.social Flutter SDK.
Embed a business's community as a native screen with the ChannelsCommunity widget. See the README for setup and usage.
Classes
- ChannelsCommunity
- Renders a business's Channels.social community as a native screen.
- ChannelsUser
- The signed-in member to hand to the embed for passthrough login.
Constants
- kDefaultHost → const String
-
Default Channels host. Override via the
hostparameter for staging/self-host.
Functions
-
buildEmbedUrl(
{required String apiKey, ChannelsUser? user, String? channel, String? topic, String? theme, String host = kDefaultHost}) → String - Builds the embed URL the WebView loads.