-
## Steps to Reproduce
1. Install latest `image_picker: ^0.6.5+2` [image_picker](https://pub.dev/packages/image_picker)
2. No configuration needed on android.
3. Calling `ImagePicker.pickImage` o…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
```
E/OpenGLRenderer(19176): hwui_debug::CanvasContext createSurface sur=0x0, isValid =0
E/OpenGLRenderer(19176): hwui_debug::CanvasContext createSurface sur=0x0, isValid =0
I/ExifInterface_JNI(191…
-
## Steps to Reproduce
I hope anyone is able to reproduce this.
I have performed a `flutter upgrade` on my existing flutter project which was earlier on **v1.9.1+hotfix.6** to current stable rele…
-
I want to switch to the front camera, but when I set `CameraLensDirection.front`, it has no effect.
```dart
CameraDescription camera = CameraDescription(
name: desc.name, lensDirection: C…
-
## Steps to Reproduce
1. create a new flutter project with `flutter create .`;
2. add image_picker into the dependency;
3. add a button which calls;
```dart
ImagePicker.pickImage(
…
-
- [x] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [x] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports)
Hi there, sinc…
-
## Steps to Reproduce
1. Use image_picker 0.8.4+2 plugin
2. Run `await ImagePicker().pickImage(source: ImageSource.gallery);`
3. Select ProRAW photo
**Expected results:**
Image Picker loads P…
-
I've recently switched from using IntelliJ to VSCode as my full time Flutter editor, and the main thing I've noticed is that the searches for symbols are incredibly slow, when they work at all.
Oft…
-
While I see the benefits of wanting to get images from only the camera or gallery, I really liked having the option prior to this of letting the user use both, and this restriction now has to force pe…