inway / flutter_ringtone_player

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

Custom Sounds for IOS #15

Closed anthonysette closed 2 years ago

anthonysette commented 3 years ago

I created a function called `playCustom' for IOS. This function takes a sound name ie. 'notification.wav' and passes it to the native side to handle. The native side will create a URL reference and generate a sound id. It then plays the sound in a similar manner as the default play. Check it out. You just need to place your file in the runner folder of the app.

SPodjasek commented 3 years ago

@anthonysette Could you please rebase your changes to current HEAD?

SPodjasek commented 2 years ago

This PR is probably supperseeded by #33