inway / flutter_ringtone_player

Simple Flutter plugin to play ringtone, alarm & notification sounds
MIT License
89 stars 57 forks source link

play assets will stop music (not make it lower but complete make musci stop) How to do with thaat? #72

Open OpenJarvisAI opened 4 months ago

OpenJarvisAI commented 4 months ago

play assets will stop music (not make it lower but complete make musci stop) How to do with thaat? void playSendAudio() async { FlutterRingtonePlayer().play(fromAsset: "assets/audio/just-maybe-577.mp3"); }