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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Find out more about Sendbird Chat for Flutter on [the documentation](https://st.
28
28
## Requirements
29
29
30
30
The minimum requirements for the Chat SDK for Flutter are:
31
-
- Dart 2.17.0 or later
32
-
- Flutter 2.11.0 or later
31
+
- Dart 2.19.0 or later
32
+
- Flutter 3.7.0 or later
33
33
34
34
> **Note**: Sendbird server supports Transport Layer Security (TLS) from version 1.0 up to 1.3. For example, in the server regions where TLS 1.3 isn’t available, lower versions, sequentially from 1.2 to 1.0, will be supported for secure data transmission.
35
35
@@ -48,7 +48,7 @@ Before installing Sendbird Chat SDK, you need to create a Sendbird application o
48
48
49
49
```yaml
50
50
dependencies:
51
-
sendbird_chat_sdk: ^4.0.0
51
+
sendbird_chat_sdk: ^4.0.2
52
52
```
53
53
54
54
- Run `flutter pub get` command in your project directory.
0 commit comments