We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am calling this function FlutterAlarmClock.createAlarm(16, 39); in my initState() method. The alarm works when the app is open.
FlutterAlarmClock.createAlarm(16, 39);
initState()
But when it is removed from background or the phone is locked, the alarm does not rung.
I am testing it on Android 12.
Any help is highly appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
Do you have a problem with creating an alarm while the app is in the background or with your alarm app playing an alarm?
Sorry, something went wrong.
No branches or pull requests
I am calling this function
FlutterAlarmClock.createAlarm(16, 39);
in myinitState()
method.The alarm works when the app is open.
But when it is removed from background or the phone is locked, the alarm does not rung.
I am testing it on Android 12.
Any help is highly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: