Flutter报错集合
2020-07-14 本文已影响0人
yytester
flutter运行提示Trying to embed a platform view but the PaintContext does not support embedd
解决方式,在info.plist里加入
<dict>
...
<key>io.flutter.embedded_views_preview</key>
<true/>
....
</dict>
打包时提示Could not determine the dependencies of task ':admob_flutter:compileReleaseAid
解决方式: rm -rf ~/.pub-cache