inway / flutter_ringtone_player

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

Playing sounds as alarms option #3

Closed wrbl606 closed 4 years ago

wrbl606 commented 4 years ago

New argument for .play() method that allows to ignore device's silent/vibration mode and play sound. I've set a .playAlarm() method to use asAlarm: true as default, so this update can be considered breaking. Also, I've updated the README and bumped pubspec.lock versions - this change is breaking too so bumping library version to 2.0.0 may be necessary. If you don't want to do that, pubspec.lock changes can be reverted - it should not affect negatively the changes I've made.