Skip to content

Commit af62f7f

Browse files
committed
1 parent 8cca314 commit af62f7f

File tree

17 files changed

+55
-23
lines changed

17 files changed

+55
-23
lines changed

examples/flyer_chat/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ dependencies:
3636
file_picker: ^10.2.0
3737
flutter:
3838
sdk: flutter
39-
flutter_chat_core: ^2.7.1
40-
flutter_chat_ui: ^2.8.1
39+
flutter_chat_core: ^2.8.0
40+
flutter_chat_ui: ^2.9.0
4141
flutter_dotenv: ^5.2.1
42-
flutter_link_previewer: ^4.1.1
42+
flutter_link_previewer: ^4.1.2
4343
flutter_lorem: ^2.0.0
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
44+
flyer_chat_file_message: ^2.3.1
45+
flyer_chat_image_message: ^2.2.1
46+
flyer_chat_system_message: ^2.1.13
47+
flyer_chat_text_message: ^2.5.1
48+
flyer_chat_text_stream_message: ^2.2.6
4949
google_generative_ai: ^0.4.6
5050
hive_ce: ^2.11.3
5151
hive_ce_flutter: ^2.3.1

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.8.0
2+
3+
- **FEAT**: implement two-sided pagination ([#840](https://github.com/flyerhq/flutter_chat_ui/issues/840)). ([8cca3141](https://github.com/flyerhq/flutter_chat_ui/commit/8cca314116664216b9f1697fabde0eccfd1c582d))
4+
15
## 2.7.1
26

37
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))

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.1
2+
version: 2.8.0
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.0
2+
3+
- **FEAT**: implement two-sided pagination ([#840](https://github.com/flyerhq/flutter_chat_ui/issues/840)). ([8cca3141](https://github.com/flyerhq/flutter_chat_ui/commit/8cca314116664216b9f1697fabde0eccfd1c582d))
4+
15
## 2.8.1
26

37
- **FIX**: composer inputClearMode and fix custom editing controller. ([b4872190](https://github.com/flyerhq/flutter_chat_ui/commit/b4872190e92c5eae27dbd7c2bfa352f12085b527))

packages/flutter_chat_ui/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_chat_ui
2-
version: 2.8.1
2+
version: 2.9.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.
@@ -15,7 +15,7 @@ dependencies:
1515
diffutil_dart: ^4.0.1
1616
flutter:
1717
sdk: flutter
18-
flutter_chat_core: ^2.7.1
18+
flutter_chat_core: ^2.8.0
1919
provider: ^6.1.5
2020
scrollview_observer: ^1.26.1
2121

packages/flutter_link_previewer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.2
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.1.1
26

37
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))

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.1
6+
version: 4.1.2
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.1
17+
flutter_chat_core: ^2.8.0
1818
html: ^0.15.6
1919
http: ^1.4.0
2020
punycode: ^1.0.0

packages/flyer_chat_file_message/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.0
26

37
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))

packages/flyer_chat_file_message/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flyer_chat_file_message
2-
version: 2.3.0
2+
version: 2.3.1
33
description: >
44
File message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
55
homepage: https://flyer.chat
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
flutter_chat_core: ^2.7.1
15+
flutter_chat_core: ^2.8.0
1616
intl: '>=0.19.0 <1.0.0'
1717
provider: ^6.1.5
1818

packages/flyer_chat_image_message/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.2.0
26

37
- **FIX**: update LICENSE. ([209a1292](https://github.com/flyerhq/flutter_chat_ui/commit/209a129297ebe7fd202e41273c9c0ddd52b8b983))

0 commit comments

Comments
 (0)