Skip to content

Commit

Permalink
chore: 2.0.0-dev.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jan 2, 2025
1 parent 11c0cc9 commit abbc2e2
Show file tree
Hide file tree
Showing 24 changed files with 74 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to the next generation of Flutter Chat UI! ✨

> 🔨 **Version 2 is currently under development**
> Available as a [dev release on pub.dev](https://pub.dev/packages/flutter_chat_ui/versions/2.0.0-dev.2/changelog)
> Available as a [dev release on pub.dev](https://pub.dev/packages/flutter_chat_ui/versions/2.0.0-dev.3/changelog)
📝 Documentation is actively being written and will be continuously updated here and on Github.

Expand Down
10 changes: 5 additions & 5 deletions examples/flyer_chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ environment:
dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cross_cache: ^0.0.3
cross_cache: ^0.0.4
cupertino_icons: ^1.0.8
dio: ^5.7.0
flutter:
sdk: flutter
flutter_chat_core: ^0.0.3
flutter_chat_ui: ^2.0.0-dev.2
flutter_chat_core: ^0.0.4
flutter_chat_ui: ^2.0.0-dev.3
flutter_lorem: ^2.0.0
flyer_chat_image_message: ^0.0.3
flyer_chat_text_message: ^0.0.3
flyer_chat_image_message: ^0.0.4
flyer_chat_text_message: ^0.0.4
google_generative_ai: ^0.4.6
hive: ^4.0.0-dev.2
http: ^1.2.2
Expand Down
4 changes: 4 additions & 0 deletions packages/cross_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Added new methods:
Expand Down
2 changes: 1 addition & 1 deletion packages/cross_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cross_cache
version: 0.0.3
version: 0.0.4
description: >
Cross-platform cache manager for Flutter using IndexedDB for web, file system
for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_chat_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.4

- Added `isOnlyEmoji` parameter to `TextMessage`.
- Message builders now include the message index in their parameters.
- Reverted `withValues` to `withOpacity` to resolve a compatibility issue.

## 0.0.3

- Added `customMessageBuilder` for building custom messages
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_chat_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_chat_core
version: 0.0.3
version: 0.0.4
description: >
Core package for Flutter chat apps, complementing flutter_chat_ui.
Contains models and core functionality. #chat #ui
Expand Down
10 changes: 10 additions & 0 deletions packages/flutter_chat_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.0-dev.3

**⚠️ Contains breaking changes ⚠️**

- 🎉 Emoji-only messages: added support for text messages containing only emojis, displayed without a bubble.
- 🧩 Message grouping: added support for grouping messages for a cleaner chat display.
- 🐛 Bug fix: fixed an issue where timeouts were not being cleared properly.
- 🔧 Chat builders: chat message builders now include the message index in their parameters.
- 📱 Safe area: added safe area support for reversed lists.

## 2.0.0-dev.2

**⚠️ Contains breaking changes ⚠️**
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_chat_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_chat_ui
version: 2.0.0-dev.2
version: 2.0.0-dev.3
description: >
Community-driven, animated chat UI for Flutter with top-tier performance and
customization for chat apps and generative AI agents. #firebase #gemini #chatgpt
Expand All @@ -11,11 +11,11 @@ environment:
flutter: ">=3.19.0"

dependencies:
cross_cache: ^0.0.3
cross_cache: ^0.0.4
diffutil_dart: ^4.0.1
flutter:
sdk: flutter
flutter_chat_core: ^0.0.3
flutter_chat_core: ^0.0.4
provider: ^6.1.2
scrollview_observer: ^1.24.0

Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_audio_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_audio_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_audio_message
version: 0.0.3
version: 0.0.4
description: >
Audio message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_custom_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_custom_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_custom_message
version: 0.0.3
version: 0.0.4
description: >
Custom message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_file_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_file_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_file_message
version: 0.0.3
version: 0.0.4
description: >
File message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_image_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Theme now derives from `imageMessageTheme`
Expand Down
6 changes: 3 additions & 3 deletions packages/flyer_chat_image_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_image_message
version: 0.0.3
version: 0.0.4
description: >
Image message package for Flutter chat apps, complementing flutter_chat_ui.
Supports caching, ThumbHash and BlurHash. #chat #ui
Expand All @@ -12,10 +12,10 @@ environment:

dependencies:
blurhash_dart: ^1.2.1
cross_cache: ^0.0.3
cross_cache: ^0.0.4
flutter:
sdk: flutter
flutter_chat_core: ^0.0.3
flutter_chat_core: ^0.0.4
image: ^4.5.2
provider: ^6.1.2
thumbhash: ^0.1.0+1
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_location_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_location_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_location_message
version: 0.0.3
version: 0.0.4
description: >
Location message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_system_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_system_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_system_message
version: 0.0.3
version: 0.0.4
description: >
System message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_text_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Text messages containing only emojis will now be displayed without a bubble

## 0.0.3

- Version bump to match other packages
Expand Down
4 changes: 2 additions & 2 deletions packages/flyer_chat_text_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_text_message
version: 0.0.3
version: 0.0.4
description: >
Text message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_chat_core: ^0.0.3
flutter_chat_core: ^0.0.4
flutter_markdown: ^0.7.4+3
provider: ^6.1.2

Expand Down
4 changes: 4 additions & 0 deletions packages/flyer_chat_video_message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

- Version bump to match other packages

## 0.0.3

- Version bump to match other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/flyer_chat_video_message/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flyer_chat_video_message
version: 0.0.3
version: 0.0.4
description: >
Video message package for Flutter chat apps, complementing flutter_chat_ui. #chat #ui
homepage: https://flyer.chat
Expand Down

0 comments on commit abbc2e2

Please sign in to comment.