File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ ## v1.0.0-beta.4 (Jul 11, 2024)
2+
3+ ### Improvements
4+ - Updated ` README.md ` and the documentation link
5+
16## v1.0.0-beta.3 (Jul 4, 2024)
27
38### Improvements
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ Add following dependencies and fonts for `SendbirdIcons` in `pubspec.yaml`.
3838
3939``` yaml
4040dependencies :
41- sendbird_uikit : ^1.0.0-beta.3
42- sendbird_chat_sdk : ^4.2.19
41+ sendbird_uikit : ^1.0.0-beta.4
4342
4443flutter :
4544 fonts :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'package:sendbird_uikit/src/internal/utils/sbu_preferences.dart';
1515/// SendbirdUIKit
1616class SendbirdUIKit {
1717 /// UIKit version
18- static const version = '1.0.0-beta.3 ' ;
18+ static const version = '1.0.0-beta.4 ' ;
1919
2020 SendbirdUIKit ._();
2121
Original file line number Diff line number Diff line change 11name : sendbird_uikit
22description : With Sendbird UIKit for Flutter, you can easily build an in-app chat with all the essential messaging features.
3- version : 1.0.0-beta.3
3+ version : 1.0.0-beta.4
44homepage : https://sendbird.com
55repository : https://github.com/sendbird/sendbird-uikit-flutter
6- documentation : https://sendbird.com/docs/chat # TODO
6+ documentation : https://sendbird.com/docs/chat/uikit/v3/flutter/overview
77
88environment :
99 sdk : ' >=3.3.0 <4.0.0'
@@ -17,7 +17,7 @@ dependencies:
1717 flutter :
1818 sdk : flutter
1919
20- sendbird_chat_sdk : ^4.2.19
20+ sendbird_chat_sdk : ^4.2.20
2121 provider : ^6.1.2
2222 intl : ' >=0.18.1 <1.0.0'
2323 collection : ^1.18.0
You can’t perform that action at this time.
0 commit comments