flutter_audio 0.0.1 copy "flutter_audio: ^0.0.1" to clipboard
flutter_audio: ^0.0.1 copied to clipboard

A plugin to play mp3 files from local assets.

flutter_audio #

Play local mp3's on both IOS and Android (Wait until version 1.0 before using this plugin)

Getting Started #

  1. Create assets folder
assets/music/
  1. Place mp3's under this new folder
assets/music/your_song.mp3

Example #

Play

FlutterAudio.play("assets/test.mp3");

Stop

FlutterAudio.stop();
1
likes
20
pub points
43%
popularity

Publisher

unverified uploader

A plugin to play mp3 files from local assets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_audio