CaiJingLong / flutter_photo

Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Apache License 2.0
301 stars 132 forks source link

ios 点击时候报错了 #61

Open zhangruiyu opened 5 years ago

zhangruiyu commented 5 years ago

ios 点击时候单个图片时候报错了,下面是日志0-0 lldb-rpc-server_2019-09-12-222617_zhangruiyudeMacBook-Pro.txt

CaiJingLong commented 5 years ago

Provide you flutter doctor -v info and provide an example to reproduce it?

CaiJingLong commented 5 years ago

Try to use ^0.4.2+1 .

zhangruiyu commented 5 years ago

flutter doctor -v [✓] Flutter (Channel beta, v1.9.1+hotfix.2, on Mac OS X 10.14.6 18G95, locale zh-Hans-CN) • Flutter version 1.9.1+hotfix.2 at /Users/zhangruiyu/tools/flutter • Framework revision 2d2a1ffec9 (9 days ago), 2019-09-06 18:39:49 -0700 • Engine revision b863200c37 • Dart version 2.5.0

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/zhangruiyu/tools/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.2 • ANDROID_HOME = /Users/zhangruiyu/tools/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) • All Android licenses accepted. 问题依旧存在

zhangruiyu commented 5 years ago

已经使用了最新版本

zhangruiyu commented 5 years ago

image

CaiJingLong commented 5 years ago
  1. About flutter doctor -v , I can't find the info for the ios device.
  2. In the log file, I didn't see which one is related to the photo_manager plugin.
  3. I don't know how to reproduce.