Skip to content

Commit

Permalink
fix: ⬆️ Upgrade version of audio wave forms. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna authored Oct 31, 2024
1 parent a717727 commit 7ba731b
Show file tree
Hide file tree
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
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ba731b

Please sign in to comment.