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

Install UIKit for Flutter

Copy link

After creating a new Flutter project, you need to install the Sendbird UIKit. Add the following dependencies to your pubspec.yaml file:

# Indentation matters! Use spaces, not tabs.
dependencies:
  flutter:           # 2 spaces
    sdk: flutter     # 4 spaces
  sendbird_uikit: ^1.0.0-beta.4 # 2 spaces
  sendbird_chat_sdk: ^4.2.20    # 2 spaces

flutter:
  fonts:
    - family: SendbirdIcons
      fonts:
        - asset: packages/sendbird_uikit/fonts/SendbirdIcons.ttf

Once you've added the dependencies, run the following command:

flutter pub get