Skip to content

File tree

27 files changed

+88
-31
lines changed

27 files changed

+88
-31
lines changed

examples/flyer_chat/pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ environment:
3030
dependencies:
3131
# The following adds the Cupertino Icons font to your application.
3232
# Use with the CupertinoIcons class for iOS style icons.
33-
cross_cache: ^1.0.3
33+
cross_cache: ^1.0.4
3434
cupertino_icons: ^1.0.8
3535
dio: ^5.8.0+1
3636
file_picker: ^10.2.0
3737
flutter:
3838
sdk: flutter
39-
flutter_chat_core: ^2.7.0
40-
flutter_chat_ui: ^2.7.0
39+
flutter_chat_core: ^2.7.1
40+
flutter_chat_ui: ^2.8.0
4141
flutter_dotenv: ^5.2.1
42-
flutter_link_previewer: ^4.1.0
42+
flutter_link_previewer: ^4.1.1
4343
flutter_lorem: ^2.0.0
44-
flyer_chat_file_message: ^2.2.3
45-
flyer_chat_image_message: ^2.1.13
46-
flyer_chat_system_message: ^2.1.11
47-
flyer_chat_text_message: ^2.4.0
48-
flyer_chat_text_stream_message: ^2.2.4
44+
flyer_chat_file_message: ^2.3.0
45+
flyer_chat_image_message: ^2.2.0
46+
flyer_chat_system_message: ^2.1.12
47+
flyer_chat_text_message: ^2.5.0
48+
flyer_chat_text_stream_message: ^2.2.5
4949
google_generative_ai: ^0.4.6
5050
hive_ce: ^2.11.3
5151
hive_ce_flutter: ^2.3.1

packages/cross_cache/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.4
2+
3+
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))
4+
15
## 1.0.3
26

37
- **FIX**: update dependencies. ([a8ff8b57](https://github.com/flyerhq/flutter_chat_ui/commit/a8ff8b573a25146d5c78b1014c9caa3126d1de40))

packages/cross_cache/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cross_cache
2-
version: 1.0.3
2+
version: 1.0.4
33
description: >
44
Cross-platform cache manager for Flutter using IndexedDB for web, file system
55
for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio

packages/flutter_chat_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.1
2+
3+
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))
4+
15
## 2.7.0
26

37
- **FEAT**: link preview package ([#790](https://github.com/flyerhq/flutter_chat_ui/issues/790)). ([2938f646](https://github.com/flyerhq/flutter_chat_ui/commit/2938f646f3167fb9ab65ca769f2326801db45c52))

packages/flutter_chat_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_chat_core
2-
version: 2.7.0
2+
version: 2.7.1
33
description: >
44
Core package for Flutter chat apps, complementing flutter_chat_ui.
55
Contains models and core functionality. #chat #ui

packages/flutter_chat_ui/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.8.0
2+
3+
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))
4+
- **FEAT**: allow for top widgets within the bubble ([#814](https://github.com/flyerhq/flutter_chat_ui/issues/814)). ([e267c27c](https://github.com/flyerhq/flutter_chat_ui/commit/e267c27ca2ac8541e4f7c4ba05ee38cecaa1f9b6))
5+
16
## 2.7.0
27

38
- **FEAT**: link preview package ([#790](https://github.com/flyerhq/flutter_chat_ui/issues/790)). ([2938f646](https://github.com/flyerhq/flutter_chat_ui/commit/2938f646f3167fb9ab65ca769f2326801db45c52))

packages/flutter_chat_ui/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_chat_ui
2-
version: 2.7.0
2+
version: 2.8.0
33
description: >
44
Free and open-source chat SDK. Build fast, real-time apps and generative
55
AI agents with a high-performance, customizable, cross-platform UI.
@@ -11,11 +11,11 @@ environment:
1111
flutter: ">=3.29.0"
1212

1313
dependencies:
14-
cross_cache: ^1.0.3
14+
cross_cache: ^1.0.4
1515
diffutil_dart: ^4.0.1
1616
flutter:
1717
sdk: flutter
18-
flutter_chat_core: ^2.7.0
18+
flutter_chat_core: ^2.7.1
1919
provider: ^6.1.5
2020
scrollview_observer: ^1.26.1
2121

packages/flutter_link_previewer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.1
2+
3+
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))
4+
- **FIX**: add example to the flutter_link_previewer. ([a307c9e9](https://github.com/flyerhq/flutter_chat_ui/commit/a307c9e9394a077fb87106c192c55c029ace17fd))
5+
16
## 4.1.0
27

38
- **FEAT**: support international domains. ([9626bc29](https://github.com/flyerhq/flutter_chat_ui/commit/9626bc292dd6254b155176994401271d86b23a53))

packages/flutter_link_previewer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
Customizable link and URL preview extracted from the
44
provided text with the ability to render from the cache. Ideal
55
for chat applications.
6-
version: 4.1.0
6+
version: 4.1.1
77
homepage: https://flyer.chat
88
repository: https://github.com/flyerhq/flutter_chat_ui
99

@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
flutter_chat_core: ^2.7.0
17+
flutter_chat_core: ^2.7.1
1818
html: ^0.15.6
1919
http: ^1.4.0
2020
punycode: ^1.0.0

packages/flyer_chat_audio_message/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.12+2
2+
3+
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))
4+
15
## 0.0.12+1
26

37
- **FIX**: update dependencies. ([a8ff8b57](https://github.com/flyerhq/flutter_chat_ui/commit/a8ff8b573a25146d5c78b1014c9caa3126d1de40))

0 commit comments

Comments
 (0)