flutter_ringtone_player icon indicating copy to clipboard operation
flutter_ringtone_player copied to clipboard

Simple Flutter plugin to play ringtone, alarm & notification sounds

Results 38 flutter_ringtone_player issues
Sort by recently updated
recently updated
newest added

In two scenarios you are not able to stop alarm ringtones again with the current implementation: 1. If a app gets called back by the official android_alarm_manager 2. If a...

Actually I just set and I found that if I change **volume** 0.1 to 5 or any it doesn't reflect to sound and also I set `looping: true` but doesn't...

bug
help wanted

**flutter_ringtone_player: 2.0.0** already did flutter clean and get , but still getting missingpluginexception Unhandled Exception: MissingPluginException(No implementation found for method play on channel flutter_ringtone_player) ![ringtoneplayer](https://user-images.githubusercontent.com/36761436/103459339-afeb3e80-4d34-11eb-8502-964445aeb864.png)

help wanted

Currently custom ringtone must be in assets and on Android it is converted to URI. It would be nice if direct URI is also supported. Example use case: Android app...

help wanted

I get the following error when trying to run the app from XCode.

help wanted

How to set the audio output to speaker even if the headphone is connected? thanks.

help wanted

Unable to stop ringtone when app is terminated.

I'm currently using flutter_ringtone_player package to implement an Alarm application on mobile. I have AlarmManager to help schedule the time to fire FlutterRingtonePlayer.play() when time comes. If i play and...

help wanted

When we choose a ringtone from my files it starts playing the deafult ringtone just a "ting-ting"