File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v1.0.0 (Dec 6, 2024)
2+ - GA
3+
14## v1.0.0-beta.6 (Nov 29, 2024)
25
36### Features
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ Add following dependencies and fonts for `SendbirdIcons` in `pubspec.yaml`.
3838
3939``` yaml
4040dependencies :
41- sendbird_uikit : ^1.0.0-beta.6
42- sendbird_chat_sdk : ^4.2.29
41+ sendbird_uikit : ^1.0.0
42+ sendbird_chat_sdk : ^4.2.30
4343
4444flutter :
4545 fonts :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import 'package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dart';
1818/// SendbirdUIKit
1919class SendbirdUIKit {
2020 /// UIKit version
21- static const version = '1.0.0-beta.6 ' ;
21+ static const version = '1.0.0' ;
2222
2323 SendbirdUIKit ._();
2424
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.6
3+ version : 1.0.0
44homepage : https://sendbird.com
55repository : https://github.com/sendbird/sendbird-uikit-flutter
66documentation : https://sendbird.com/docs/chat/uikit/v3/flutter/overview
@@ -17,7 +17,7 @@ dependencies:
1717 flutter :
1818 sdk : flutter
1919
20- sendbird_chat_sdk : ^4.2.29
20+ sendbird_chat_sdk : ^4.2.30
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