sendbird_sdk 3.2.20 sendbird_sdk: ^3.2.20 copied to clipboard
The Flutter SDK for Sendbird Chat brings modern messenger chat features to your iOS and Android deployments
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sendbird_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sendbird_sdk: ^3.2.20
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sendbird_sdk/sendbird_sdk.dart';