flutter-package / images_picker

Flutter plugin for selecting images/videos from the Android and iOS gallery, and taking pictures/videos with the camera
MIT License
65 stars 87 forks source link

how to close the photo album ? if pick image timeout #63

Open Huangkaiping opened 2 years ago

Huangkaiping commented 2 years ago

how to close the photo album ? if pick image timeout,It will always stay on the album page if the picture cannot be selected。

I want to close the album over time。

chavesgu commented 2 years ago

why timeout?

Huangkaiping commented 2 years ago

不知道,可能是图片太大,但是我看了一下也就3M, 但是我抓不到log, 手机显示一直在相册页面Loading,关也关闭不掉,手机是华为鸿蒙系统的,其他手机都是好使的,就这个手机有的图片选择会卡死。

chavesgu commented 2 years ago

按理说都是本机的本地图片 不会超时的。应该有什么bug 你跑dev 然后看一下logcat啊

meikanfeng commented 2 years ago

碰到同样的问题,随机出现的相册页一直loading, 关闭loading后继续点完成,会出现一个大小为0的空图片文件,是在图片复制过程中出错了吗?