flutter_photo
flutter_photo copied to clipboard
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Error: Type 'RenderToggleable' not found flutter最新SDK 求大神指点 急急急急急急
新建项目引用插件项目,运行找不到:PMLogUtils.h 看了pub目录确实也没有 是什么原因呢? Error output from Xcode build: ↳ 2021-07-08 00:53:51.422 XCBBuildService[29013:1396731] Failed to remove: /Users/hello/Library/Developer/Xcode/DerivedData/Runner-hkqwhdmlksmxbugxhlcccjiqpatm/Build/Intermediates.noindex/XCBuildData/c7d0f3a8ccb88ddf929da29ca68f8a39-desc.xcbuild: unlink(/Users/hello/Library/Developer/Xcode/DerivedData/Runner-hkqwhdmlksmxbugxhlcccjiqpatm/Build/Intermediates.noindex/XCBuildData/c7d0f3a8ccb88ddf929da29ca68f8a39-desc.xcbuild): No such file or directory (2) ** BUILD FAILED ** Xcode's output: ↳...
./../../../flutter/.pub-cache/hosted/pub.flutter-io.cn/photo-0.5.0-dev.3/lib/src/ui/widget/check_box_copy.dart:216:31: Error: Type 'RenderToggleable' not found.
Flutter had made the BuildContext method `inheritFromWidgetOfExactType` generic. Instead `dependOnInheritedWidgetOfExactType` method should be used. It's a breaking change in flutter 2. Fix: #147 Reference: https://github.com/flutter/flutter/pull/44189
升级2.0后报错!