We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5cc2a commit 9168d02Copy full SHA for 9168d02
lib/src/widgets/voice_message_view.dart
@@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
157
if (playerState.isInitialised ||
158
playerState.isPaused ||
159
playerState.isStopped) {
160
- controller.startPlayer(finishMode: FinishMode.pause);
+ controller.startPlayer();
161
} else {
162
controller.pausePlayer();
163
}
pubspec.yaml
@@ -23,7 +23,7 @@ dependencies:
23
emoji_picker_flutter: ^3.0.0
24
any_link_preview: ^3.0.2
25
image_picker: '>=0.8.9 <2.0.0'
26
- audio_waveforms: ^1.0.5
+ audio_waveforms: 1.2.0
27
# For formatting time locale in message receipts
28
timeago: ^3.7.0
29
cached_network_image: ^3.4.1
0 commit comments