File tree Expand file tree Collapse file tree 15 files changed +48
-20
lines changed
flyer_chat_system_message
flyer_chat_text_stream_message Expand file tree Collapse file tree 15 files changed +48
-20
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ dependencies:
36
36
file_picker : ^10.0.0
37
37
flutter :
38
38
sdk : flutter
39
- flutter_chat_core : ^2.2.1
40
- flutter_chat_ui : ^2.2.4
39
+ flutter_chat_core : ^2.3.0
40
+ flutter_chat_ui : ^2.3.0
41
41
flutter_dotenv : ^5.2.1
42
42
flutter_lorem : ^2.0.0
43
- flyer_chat_file_message : ^2.1.4
44
- flyer_chat_image_message : ^2.1.5
45
- flyer_chat_system_message : ^2.1.4
46
- flyer_chat_text_message : ^2.1.5
47
- flyer_chat_text_stream_message : ^2.1.4
43
+ flyer_chat_file_message : ^2.1.5
44
+ flyer_chat_image_message : ^2.1.6
45
+ flyer_chat_system_message : ^2.1.5
46
+ flyer_chat_text_message : ^2.2.0
47
+ flyer_chat_text_stream_message : ^2.1.5
48
48
google_generative_ai : ^0.4.6
49
49
hive_ce : ^2.11.2
50
50
hive_ce_flutter : ^2.3.1
Original file line number Diff line number Diff line change
1
+ ## 2.3.0
2
+
3
+ - ** FEAT** : link preview v2 ([ #784 ] ( https://github.com/flyerhq/flutter_chat_ui/issues/784 ) ). ([ b65060e1] ( https://github.com/flyerhq/flutter_chat_ui/commit/b65060e11036402934489976c702dab28c7feb80 ) )
4
+
1
5
## 2.2.1
2
6
3
7
- ** FIX** : add emptyChatListWidget ([ #771 ] ( https://github.com/flyerhq/flutter_chat_ui/issues/771 ) ). ([ 69954654] ( https://github.com/flyerhq/flutter_chat_ui/commit/699546546ca4df7d4271316b52332364fde55ed8 ) )
Original file line number Diff line number Diff line change 1
1
name : flutter_chat_core
2
- version : 2.2.1
2
+ version : 2.3.0
3
3
description : >
4
4
Core package for Flutter chat apps, complementing flutter_chat_ui.
5
5
Contains models and core functionality. #chat #ui
Original file line number Diff line number Diff line change
1
+ ## 2.3.0
2
+
3
+ - ** FEAT** : link preview v2 ([ #784 ] ( https://github.com/flyerhq/flutter_chat_ui/issues/784 ) ). ([ b65060e1] ( https://github.com/flyerhq/flutter_chat_ui/commit/b65060e11036402934489976c702dab28c7feb80 ) )
4
+
1
5
## 2.2.4
2
6
3
7
- ** FIX** : add physics param to the ChatAnimatedList(Reversed). ([ ede3a170] ( https://github.com/flyerhq/flutter_chat_ui/commit/ede3a1709ea3d496e906925efa863a13b54d84bc ) )
Original file line number Diff line number Diff line change 1
1
name : flutter_chat_ui
2
- version : 2.2.4
2
+ version : 2.3.0
3
3
description : >
4
4
Free and open-source chat SDK. Build fast, real-time apps and generative
5
5
AI agents with a high-performance, customizable, cross-platform UI.
@@ -15,7 +15,7 @@ dependencies:
15
15
diffutil_dart : ^4.0.1
16
16
flutter :
17
17
sdk : flutter
18
- flutter_chat_core : ^2.2.1
18
+ flutter_chat_core : ^2.3.0
19
19
provider : ^6.1.4
20
20
scrollview_observer : ^1.26.0
21
21
Original file line number Diff line number Diff line change
1
+ ## 2.1.5
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 2.1.4
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : flyer_chat_file_message
2
- version : 2.1.4
2
+ version : 2.1.5
3
3
description : >
4
4
File message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
5
5
homepage : https://flyer.chat
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- flutter_chat_core : ^2.2.1
15
+ flutter_chat_core : ^2.3.0
16
16
intl : ' >=0.19.0 <1.0.0'
17
17
provider : ^6.1.4
18
18
Original file line number Diff line number Diff line change
1
+ ## 2.1.6
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 2.1.5
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : flyer_chat_image_message
2
- version : 2.1.5
2
+ version : 2.1.6
3
3
description : >
4
4
Image message package for Flutter chat apps, complementing flutter_chat_ui.
5
5
Supports caching, ThumbHash and BlurHash. #chat #ui
@@ -15,7 +15,7 @@ dependencies:
15
15
cross_cache : ^1.0.2
16
16
flutter :
17
17
sdk : flutter
18
- flutter_chat_core : ^2.2.1
18
+ flutter_chat_core : ^2.3.0
19
19
image : ^4.5.4
20
20
provider : ^6.1.4
21
21
thumbhash : ^0.1.0+1
Original file line number Diff line number Diff line change
1
+ ## 2.1.5
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 2.1.4
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : flyer_chat_system_message
2
- version : 2.1.4
2
+ version : 2.1.5
3
3
description : >
4
4
System message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
5
5
homepage : https://flyer.chat
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- flutter_chat_core : ^2.2.1
15
+ flutter_chat_core : ^2.3.0
16
16
provider : ^6.1.4
17
17
18
18
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 2.2.0
2
+
3
+ - ** FEAT** : link preview v2 ([ #784 ] ( https://github.com/flyerhq/flutter_chat_ui/issues/784 ) ). ([ b65060e1] ( https://github.com/flyerhq/flutter_chat_ui/commit/b65060e11036402934489976c702dab28c7feb80 ) )
4
+
1
5
## 2.1.5
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : flyer_chat_text_message
2
- version : 2.1.5
2
+ version : 2.2.0
3
3
description : >
4
4
Text message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
5
5
homepage : https://flyer.chat
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- flutter_chat_core : ^2.2.1
15
+ flutter_chat_core : ^2.3.0
16
16
gpt_markdown : ^1.0.16
17
17
provider : ^6.1.4
18
18
Original file line number Diff line number Diff line change
1
+ ## 2.1.5
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 2.1.4
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : flyer_chat_text_stream_message
2
- version : 2.1.4
2
+ version : 2.1.5
3
3
description : >
4
4
Text stream message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
5
5
homepage : https://flyer.chat
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- flutter_chat_core : ^2.2.1
15
+ flutter_chat_core : ^2.3.0
16
16
gpt_markdown : ^1.0.16
17
17
provider : ^6.1.4
18
18
You can’t perform that action at this time.
0 commit comments