Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ⬆️ Upgrade version of audio wave forms.
Browse files Browse the repository at this point in the history
vatsaltanna committed Oct 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a717727 commit f7e2698
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

* **Fix**: [254](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/254) Outgoing
Message Alignment
* **Fix**: [266](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/266) Update
dependencies

## [2.2.0]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ void onSendTap(String message, ReplyMessage replyMessage, MessageType messageTyp
id: '3',
message: "How are you",
createdAt: DateTime.now(),
senBy: currentUser.id,
sentBy: currentUser.id,
replyMessage: replyMessage,
messageType: messageType,
);
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@ dependencies:
sdk: flutter
intl: ^0.19.0
url_launcher: ^6.3.0
emoji_picker_flutter: ^2.1.1
any_link_preview: ^3.0.1
emoji_picker_flutter: ^3.0.0
any_link_preview: ^3.0.2
image_picker: '>=0.8.9 <2.0.0'
audio_waveforms: ^1.0.5
# For formatting time locale in message receipts
timeago: ^3.6.1
cached_network_image: ^3.3.1
timeago: ^3.7.0
cached_network_image: ^3.4.1

dev_dependencies:
flutter_test:

0 comments on commit f7e2698

Please sign in to comment.