voice_message_package 0.0.41 voice_message_package: ^0.0.41 copied to clipboard
Flutter package to play voice message in chats with playback speed x1/x2.
Cool flutter package to playing voice messages in chats with x1/x2 rate!
Demo #
Getting started #
First add this line to pubsbec.yaml file:
dependencies:
voice_message_package: <latest-version>
Next, install package from the command line
flutter packages get
And all you need is pass your audio file src to VoiceMessage widget:
VoiceMessage(audioSrc: 'YOUR_AUDIO_URL');
📌Find me at mehran-dev.web.app