Last updated:
0 purchases
flutter audio
flutter_audio #
Play local mp3's on both IOS and Android
(Wait until version 1.0 before using this plugin)
Getting Started #
Create assets folder
assets/music/
copied to clipboard
Place mp3's under this new folder
assets/music/your_song.mp3
copied to clipboard
Example #
Play
FlutterAudio.play("assets/test.mp3");
copied to clipboard
Stop
FlutterAudio.stop();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.