Home > Enterprise >  Is there any way to set Android ringtone programatically through flutter?
Is there any way to set Android ringtone programatically through flutter?

Time:02-08

I know this package ringtone_set but its outdated and dosen't support null safety.Anyways I tried it,but was unable to load and set the device ringtone.Any MethodChannels workaround?(I am new to flutter).

CodePudding user response:

Not tested but, I think following package will help you:

https://github.com/rtacr/ringtone_set

  •  Tags:  
  • Related