1.Flutter入門疑難雜癥: iOS 14 下 image_picker 第二次點擊讀取拍照崩潰(真機沒有問題,模擬器有問題)
解決方案:升級flutter版本 , 目前用 master 1.24.0-3.0pre 版本可以解決問題.后續(xù)等待出stable版本吧
2.Flutter 升級最新版本 使用 treeview 打包報錯 This application cannot tree shake icons fonts. It has non-constant instances of IconData at the following locations
解決方法 :圖標數(shù)據(jù)加載問題。 最新版本flutter sdk 存在的bug。打包時加上 --no-tree-shake-icons
即:flutter build ios?--no-tree-shake-icons