image_pickers icon indicating copy to clipboard operation
image_pickers copied to clipboard

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频

Results 66 image_pickers issues
Sort by recently updated
recently updated
newest added

我搜索代码后发现android的库支持这个配置,如下图所示。 或者我修改后,提交pull request?

问题: 使用flutter_background_service: ^5.0.4 插件进行关闭服务,触发了ImagePickersPlugin 的onDetachedFromEngine 方法,且channel 为空,导致闪退。 闪退报错如下: E/DEBUG: java.lang.RuntimeException: Unable to stop service id.flutter.flutter_background_service.BackgroundService@d8e898a: java.lang.NullPointerException: Attempt to invoke virtual method 'void io.flutter.plugin.common.MethodChannel.setMethodCallHandler(io.flutter.plugin.common.MethodChannel$MethodCallHandler)' on a null object reference E/DEBUG: at...

Apple recently announced that starting in Spring 2024, apps will be required to include more privacy-related reasoning for "third-party SDKs." This includes providing details in privacy manifests about data use...

安卓13,进入相册之后,不选择图片直接点击返回键,无法正常退出,需要点击多次,才可以正常退出,另外如果是在横屏模式进入,则无法退出。不知道是哪里导致的冲突,我新建了一个空白demo,仅仅是引入这个库,又可以正常退出

如题 选择照片能强制横屏吗,现在是竖屏,拍照可以横屏,选择照片时无法横屏,

你好,项目中引入了插件但是发现暂时无法解决项目问题,于是在pubspec.yaml中移除了插件,将相关代码都还原到了引入前的样子,此时运行flutter build ios失败了 ![截图](https://github.com/lisen87/image_pickers/assets/80401868/6b01b9fa-44cd-48d6-b7a0-a3ffdf712374)

有没有对targetSdkVersion 30进行适配的版本。

There is a scene that the picture is shared into the app in the system, at this time you need to re-use the image compression library, which is more troublesome,...

您好,我在接入广告插件的时候发现冲突,请问有什么建议么。 ``` E:\flutterDemo\ces\android\app\src\debug\AndroidManifest.xml:26:9-60 Error: Attribute application@networkSecurityConfig value=(@xml/network_config) from [:flutter_gromore_ads] AndroidManifest.xml:26:9-60 is also present at [:image_pickers] AndroidManifest.xml:34:9-53 value=(@xml/net_sec). Suggestion: add 'tools:replace="android:networkSecurityConfig"' to element at AndroidManifest.xml:14:5-48:19 to override. FAILURE: Build failed with...