flutter_ringtone_player
flutter_ringtone_player copied to clipboard
Simple Flutter plugin to play ringtone, alarm & notification sounds
Notification sound stop working fine in app with out kill , but after kill the app i'm not able to stop notification sound Please help me
i was use the flutter ringtone player on background and the sound is playing, now i want to stop it on the notification where is the notification has action button...
Add stop function for ios and for looping i add repeatTime for sound loop in ios, I just need the stop and loop functionality for ios so i added them.
How to get the status information of play. I want to achieve an effect that will not automatically restart when playing.
Im getting below error /.pub-cache/hosted/pub.dev/flutter_ringtone_player-4.0.0+2/android/src/main/java/io/inway/ringtone/player/FlutterRingtonePlayerPlugin.java uses or overrides a deprecated API.
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"); }
I have stored an audio file in app's document directory (getting the path with 'getApplicationDocumentsDirectory()'). When I tried to play this audio from this path, i am getting the exception:...
Hi, I was looking for a solution for sound notifications for a web app. I created push notifications for the web, it all works well, it just needs some sound....
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.2 to 4.0.0. Commits 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695) 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699) d670b2c Temporarily add empty header files...