Answers for "sound to flutter app"

0

add sound to my flutter app

Future<AudioPlayer> playLocalAsset() async {    AudioCache cache = new AudioCache();    return await cache.play("myCustomSoundEffect.mp3");}
Posted by: Guest on January-03-2021
0

add sound to my flutter app

assets:  - assets/myCustomSoundEffect.mp3
Posted by: Guest on January-03-2021

Browse Popular Code Answers by Language