Open peng093 opened 11 months ago
ImagePickers.pickerPaths( galleryMode: GalleryMode.image,
/// 压缩到 大约 500KB 左右
compressSize: 500,
)
试试这个属性
ImagePickers.pickerPaths( galleryMode: GalleryMode.image,
/// 压缩到 大约 500KB 左右 compressSize: 500, )
试试这个属性
我的图片地址是在系统分享传进来的,如果能提供一个方法传入图片地址,返回压缩图片地址就好了
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, if the library exposes the compression method, it is good