You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Sendbird Chat SDK v3 for Flutter is no longer supported as a new version is released. Check out our latest Chat SDK v4 [here](https://pub.dev/packages/sendbird_chat_sdk)
8
+
6
9
## Table of contents
7
10
8
11
1.[Introduction](#introduction)
@@ -38,8 +41,8 @@ Through Chat SDK for flutter, you can efficiently integrate real-time chat into
38
41
The minimum requirements for Chat SDK for Flutter are:
39
42
40
43
- Xcode or Android studio
41
-
- Dart 2.10.4 or above
42
-
- Flutter 1.22.0 or higher
44
+
- Dart 2.18.0 or above
45
+
- Flutter 3.3.0 or higher
43
46
44
47
## Getting started
45
48
@@ -71,7 +74,7 @@ Installing the Chat SDK is a simple process if you’re familiar with using exte
71
74
72
75
```yaml
73
76
dependencies:
74
-
sendbird_sdk: ^3.2.18
77
+
sendbird_sdk: ^3.2.19
75
78
```
76
79
77
80
- Run `flutter pub get` command in your project directory.
0 commit comments