https://github.com/sendbird/sendbird-chat-sample-flutter
https://github.com/sendbird/sendbird-chat-sample-flutter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sendbird/sendbird-chat-sample-flutter
- Owner: sendbird
- License: mit
- Created: 2021-02-10T18:41:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T07:44:22.000Z (over 1 year ago)
- Last Synced: 2025-04-24T06:54:21.411Z (about 1 year ago)
- Language: Dart
- Size: 39.1 MB
- Stars: 60
- Watchers: 11
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Sendbird](https://sendbird.com) Chat Sample for Flutter
[](https://flutter.dev/)
[](https://dart.dev/)
## Introduction
This sample demonstrates how you can use the [Sendbird Chat SDK for Flutter](https://github.com/sendbird/sendbird-chat-sdk-flutter) in your own Flutter application.
## Requirements
The minimum requirements for the Chat SDK for Flutter are:
- Dart 2.19.0 or later
- Flutter 3.7.0 or later
## Sample page links
- [LoginPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/login_page.dart)
- [GroupChannelListPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/channel/group_channel/group_channel_list_page.dart)
- [GroupChannelPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/channel/group_channel/group_channel_page.dart)
- [OpenChannelListPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/channel/open_channel/open_channel_list_page.dart)
- [OpenChannelPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/channel/open_channel/open_channel_page.dart)
- [UserPage](https://github.com/sendbird/sendbird-chat-sample-flutter/blob/master/lib/page/user/user_page.dart)
## 🔒 Security tip
When a new Sendbird application is created in the [dashboard](https://dashboard.sendbird.com) the default security settings are set permissive to simplify running samples and implementing your first code.
Before launching make sure to review the security tab under ⚙️ Settings -> Security, and set Access token permission to Read Only or Disabled so that unauthenticated users can not login as someone else. And review the Access Control lists. Most apps will want to disable "Allow retrieving user list" as that could expose usage numbers and other information.