flutter_photo
flutter_photo copied to clipboard
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
iPhone上图片选择页面切后台再回来会一直转圈??怎么破啊?看着像是assetProvider数据丢了
Build fingerprint: 'xiaomi/tiffany/tiffany:8.1.0/OPM1.171019.019/V11.0.3.0.ODBCNXM:user/release-keys' Revision: '0' ABI: 'arm64' pid: 9118, tid: 9118, name: oudi_worker_app >>> com.example.youdi_worker_app
FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the...
1.type选择 PickType.video时出现的也是图片选择 2.选择时右上角checkbox是否能单独设置样式,比如大小颜色
Image can be compressed?
``` Container( child: SingleChildScrollView( child: Column( children: [ // 在这里 new TextField(), IconTextButton( icon: Icons.photo, text: "photo", onTap: () => _pickAsset(PickType.onlyImage)), IconTextButton( icon: Icons.videocam, text: "video", onTap: () => _pickAsset(PickType.onlyVideo)),...
ios 点击时候单个图片时候报错了,下面是日志0-0 [lldb-rpc-server_2019-09-12-222617_zhangruiyudeMacBook-Pro.txt](https://github.com/CaiJingLong/flutter_photo/files/3606206/lldb-rpc-server_2019-09-12-222617_zhangruiyudeMacBook-Pro.txt)
Hi, I'd like to use the picker to pick n pictures from a list of paths I load from database. Is the _photoPathList_ the parameter I have to pass in...