Open jobypthomas opened 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?
FlutterBeep.beep(true);
FlutterBeep.beep(false);
@kbaylosis any ideas?
i have no issues like this since. are you using the latest version of the package?
For me
FlutterBeep.beep(true);
repeats until turned off byFlutterBeep.beep(false);
in Android. Whereas in iOSFlutterBeep.beep(true);
just beeps one. Am I missing something? Any way to repeat beep in iOS until turned off?