inway / flutter_ringtone_player

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

Add support to stop ringtone and looping ringtone by adding repeatTime #75

Open MohitChouhan98841 opened 3 months ago

MohitChouhan98841 commented 3 months ago

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.