Skip to content

Commit 587bcc9

Browse files
authored
Merge branch 'main' into fix/issue_276_link_preview_custom_error_message
2 parents 6c141e7 + 863a7e8 commit 587bcc9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## [UnReleased]
1+
## [2.3.1]
22

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

58
## [2.3.0]
69

lib/src/widgets/voice_message_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
157157
if (playerState.isInitialised ||
158158
playerState.isPaused ||
159159
playerState.isStopped) {
160-
controller.startPlayer(finishMode: FinishMode.pause);
160+
controller.startPlayer();
161161
} else {
162162
controller.pausePlayer();
163163
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
emoji_picker_flutter: ^3.0.0
2424
any_link_preview: ^3.0.2
2525
image_picker: '>=0.8.9 <2.0.0'
26-
audio_waveforms: ^1.0.5
26+
audio_waveforms: 1.2.0
2727
# For formatting time locale in message receipts
2828
timeago: ^3.7.0
2929
cached_network_image: ^3.4.1

0 commit comments

Comments
 (0)