christian_picker_image
christian_picker_image copied to clipboard
A plugins pick Image & camera for Flutter
``` * What went wrong: A problem occurred configuring project ':christian_picker_image'. > Failed to notify project evaluation listener. > Cannot invoke method substring() on null object > compileSdkVersion is not...
java.lang.NoSuchMethodError: No virtual method placeholder(I)Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/app/~~eFVrLM0C9pf3JYx4jUYhOg==/com.example.flutter_app12-qK-i80OkwX_ES96KwgnSCg==/base.apk)
I'm using [image_picker](https://pub.dev/packages/image_picker) for video and [christian_picker_image ](https://github.com/diepnghitinh/christian_picker_image/)for photos. My app crashed because of christian_picker_image in the following scenario - when I entered the camera screen or gallery screen from...
This is the log when I click the button to access the image picker `I/flutter (22433): State is AppLifecycleState.inactive W/ActivityThread(22433): handleWindowVisibility: no activity for token android.os.BinderProxy@d76c6d1 E/ca.cmic.field(22433): Invalid ID 0x00000000....
When used in combination with other plugins that open activities, on Android, there is a crash because the data parameter should be nullable. This can be reproduced using the [image_cropper](https://github.com/hnvn/flutter_image_cropper)...
When copying the sample getting started code snippet, the app is crashing: > [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: No MaterialLocalizations found. > MyHomePage widgets require MaterialLocalizations to be provided by a Localizations...