Skip to content

Commit 9b3d6e4

Browse files
committed
1 parent 93a1384 commit 9b3d6e4

File tree

15 files changed

+48
-20
lines changed

15 files changed

+48
-20
lines changed

examples/flyer_chat/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ dependencies:
3636
file_picker: ^10.0.0
3737
flutter:
3838
sdk: flutter
39-
flutter_chat_core: ^2.1.0
40-
flutter_chat_ui: ^2.1.0
39+
flutter_chat_core: ^2.1.1
40+
flutter_chat_ui: ^2.1.1
4141
flutter_dotenv: ^5.2.1
4242
flutter_lorem: ^2.0.0
43-
flyer_chat_file_message: ^2.1.0
44-
flyer_chat_image_message: ^2.1.0
45-
flyer_chat_system_message: ^2.1.0
46-
flyer_chat_text_message: ^2.1.0
47-
flyer_chat_text_stream_message: ^2.1.0
43+
flyer_chat_file_message: ^2.1.1
44+
flyer_chat_image_message: ^2.1.1
45+
flyer_chat_system_message: ^2.1.1
46+
flyer_chat_text_message: ^2.1.1
47+
flyer_chat_text_stream_message: ^2.1.1
4848
google_generative_ai: ^0.4.6
4949
hive: ^4.0.0-dev.2
5050
http: ^1.3.0

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.1.1
2+
3+
- **FIX**: add video message type. ([93a13840](https://github.com/flyerhq/flutter_chat_ui/commit/93a13840c2ae3fae7e36093efeb4f9bf69e8a755))
4+
15
## 2.1.0
26

37
- **FEAT**: rename chat controller methods. ([dc1bf57d](https://github.com/flyerhq/flutter_chat_ui/commit/dc1bf57d9b5f9655805589fdda5581759b9cc1a9))

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.1.0
2+
version: 2.1.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
- **FIX**: add video message type. ([93a13840](https://github.com/flyerhq/flutter_chat_ui/commit/93a13840c2ae3fae7e36093efeb4f9bf69e8a755))
4+
15
## 2.1.0
26

37
**⚠️ Breaking Changes ⚠️**

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.1.0
2+
version: 2.1.1
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.1.0
18+
flutter_chat_core: ^2.1.1
1919
provider: ^6.1.4
2020
scrollview_observer: ^1.26.0
2121

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.1.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.1.0
26

37
- **FEAT**: rename chat controller methods. ([dc1bf57d](https://github.com/flyerhq/flutter_chat_ui/commit/dc1bf57d9b5f9655805589fdda5581759b9cc1a9))

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.1.0
2+
version: 2.1.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.1.0
15+
flutter_chat_core: ^2.1.1
1616
intl: '>=0.19.0 <1.0.0'
1717
provider: ^6.1.4
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.1.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.1.0
26

37
- **FEAT**: rename chat controller methods. ([dc1bf57d](https://github.com/flyerhq/flutter_chat_ui/commit/dc1bf57d9b5f9655805589fdda5581759b9cc1a9))

packages/flyer_chat_image_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_image_message
2-
version: 2.1.0
2+
version: 2.1.1
33
description: >
44
Image message package for Flutter chat apps, complementing flutter_chat_ui.
55
Supports caching, ThumbHash and BlurHash. #chat #ui
@@ -15,7 +15,7 @@ dependencies:
1515
cross_cache: ^1.0.2
1616
flutter:
1717
sdk: flutter
18-
flutter_chat_core: ^2.1.0
18+
flutter_chat_core: ^2.1.1
1919
image: ^4.5.4
2020
provider: ^6.1.4
2121
thumbhash: ^0.1.0+1

packages/flyer_chat_system_message/CHANGELOG.md

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

37
- **FEAT**: rename chat controller methods. ([dc1bf57d](https://github.com/flyerhq/flutter_chat_ui/commit/dc1bf57d9b5f9655805589fdda5581759b9cc1a9))

0 commit comments

Comments
 (0)