Chat UIKit Flutter v3
Chat UIKit Flutter
Chat UIKit
Flutter
Version 3

Create a group channel

Copy link

Create new channels in Sendbird UIKit using the SBUGroupChannelCreateScreen. In the create group channel screen, the current user can select users from the user list to create a new group channel.


Create group channel screen

Copy link


All parameters in SBUGroupChannelCreateScreen constructor are optional.

Widget screen = SBUGroupChannelCreateScreen(
  onChannelCreated: (channel) {
    // Move to SBUGroupChannelScreen.
  },
);