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

Image_picker flickers when barcode_scan and image_picker are used together #29837

Closed
ihqrbb opened this issue Mar 23, 2019 · 2 comments
Closed
Labels
p: image_picker The Image Picker plugin. package flutter/packages repository. See also p: labels.

Comments

@ihqrbb
Copy link

ihqrbb commented Mar 23, 2019

Image_picker flickers when barcode_scan and image_picker are used together

The problem arises in android. permission. CAMERA.

Barcode_scan requires android.permission.CAMERA.

Image_picker does not need

How can I solve this problem?

@jonahwilliams jonahwilliams added the p: image_picker The Image Picker plugin. label Mar 24, 2019
@Piinks Piinks added the plugin label Mar 26, 2019
cyanglaz pushed a commit to flutter/plugins that referenced this issue Apr 23, 2019
Android Camera permission need to be requested if it present in manifest with Android M or greater. Even the camera permission is not used.
Camera permission may be used  and specified in the manifest.xml in another package, for example flutter_barcode_reader.
flutter/flutter#29837
flutter/flutter#29662
flutter/flutter#29422
flutter/flutter#29003
@cyanglaz
Copy link
Contributor

Should be fixed by flutter/plugins#1519. Closing this issue now. If any related issue has been found after applying using the newest Image_picker, please open a another issue with details.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: image_picker The Image Picker plugin. package flutter/packages repository. See also p: labels.
Projects
None yet
Development

No branches or pull requests

4 participants