Skip to content

Commit 863a7e8

Browse files
authored
fix: ⬆️ Upgrade version of audio wave forms 1.2.0 (#282)
1 parent 6c5cc2a commit 863a7e8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.3.1]
2+
3+
* **Fix**: [282](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/282) Upgrade
4+
version of audio wave forms 1.2.0
5+
16
## [2.3.0]
27

38
* **Breaking**: [257](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/257) update

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)