trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 34 forks source link

iOS vs Android #15

Open jobypthomas opened 2 years ago

jobypthomas commented 2 years ago

For me FlutterBeep.beep(true); repeats until turned off by FlutterBeep.beep(false); in Android. Whereas in iOS FlutterBeep.beep(true); just beeps one. Am I missing something? Any way to repeat beep in iOS until turned off?

jobypthomas commented 2 years ago

@kbaylosis any ideas?

kbaylosis commented 2 years ago

i have no issues like this since. are you using the latest version of the package?