Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue_276_link_preview_custom_error_message
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna authored Dec 8, 2024
2 parents 6c141e7 + 863a7e8 commit 587bcc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [UnReleased]
## [2.3.1]

* **Fix**: [276](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/276) link preview custom error message
* **Fix**: [282](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/282) Upgrade
version of audio wave forms 1.2.0
* **Fix**: [276](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/276) link preview
custom error message

## [2.3.0]

Expand Down
2 changes: 1 addition & 1 deletion lib/src/widgets/voice_message_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
if (playerState.isInitialised ||
playerState.isPaused ||
playerState.isStopped) {
controller.startPlayer(finishMode: FinishMode.pause);
controller.startPlayer();
} else {
controller.pausePlayer();
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
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
audio_waveforms: 1.2.0
# For formatting time locale in message receipts
timeago: ^3.7.0
cached_network_image: ^3.4.1
Expand Down

0 comments on commit 587bcc9

Please sign in to comment.