Skip to content
New issue

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

Example app's notification_test is crashing on Android 14 #1827

Closed
bartekpacia opened this issue Oct 24, 2023 · 2 comments · Fixed by #1919
Closed

Example app's notification_test is crashing on Android 14 #1827

bartekpacia opened this issue Oct 24, 2023 · 2 comments · Fixed by #1919
Labels
bug Something isn't working platform: android Android is affected

Comments

@bartekpacia
Copy link
Contributor

Android 14 made it harder to schedule notifications at exact time (see docs). Because of that, the example app is crashing:

Screenshot 2023-10-24 at 12 33 02 PM on Android 14.
  • flutter_local_notifications has to be updated
  • notifications_test should be updated as well

See PR #1776 where I started work but didn't have time to finish it.

@bartekpacia bartekpacia added bug Something isn't working platform: android Android is affected labels Oct 24, 2023
@bartekpacia
Copy link
Contributor Author

After we fix this, let's run our Android CI on some Android 14 devices to make sure it's fixed.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working platform: android Android is affected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant