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

Android crash fix: The result should be dispatched on main thread #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lively-bigyan
Copy link

@lively-bigyan lively-bigyan commented Aug 30, 2024

Description

What your Pull Request change ?

After implementing the camera plugin, android app is crashing with the message:
After requesting not granted permissions, the result should be dispatched on main thread.

Fixes #450

Checklist

Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).

  • 📕 I read the Contributing page.
  • 🤝 I match the actual coding style.
  • ✅ I ran flutter analyze without any issues.

Breaking Change

  • 🛠 My feature contain breaking change.

If your feature break something, please detail it

hemantbeast added a commit to hemantbeast/CamerAwesome that referenced this pull request Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After requesting not granted permissions, the result should be dispatched on main thread
1 participant