diff --git a/CHANGELOG.md b/CHANGELOG.md index 4679a0eb..91436897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/lib/src/widgets/voice_message_view.dart b/lib/src/widgets/voice_message_view.dart index 40466e3c..cfeeb044 100644 --- a/lib/src/widgets/voice_message_view.dart +++ b/lib/src/widgets/voice_message_view.dart @@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State { if (playerState.isInitialised || playerState.isPaused || playerState.isStopped) { - controller.startPlayer(finishMode: FinishMode.pause); + controller.startPlayer(); } else { controller.pausePlayer(); } diff --git a/pubspec.yaml b/pubspec.yaml index 92f417b5..8d0ff976 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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