lisen87 / image_pickers

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频
Apache License 2.0
90 stars 59 forks source link

Update image_pickers.dart #111

Open abdelrahmanelmarakby opened 1 year ago

abdelrahmanelmarakby commented 1 year ago

Added constructer to Media Class to convert from and to File Like this

Media media = imageFile.path;
File ImageFile = File(path:media.path)