Skip to content

Commit

Permalink
fix: ⬆️ Upgrade version of audio wave forms 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna committed Dec 8, 2024
1 parent 6c5cc2a commit 9168d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 9168d02

Please sign in to comment.