flutter 升級最新版本 使用 treeview 打包報錯 This application cannot tree shake icons fonts. It has non-constant instances of IconData at the following locations:解決方案。


This application cannot tree shake icons fonts. It has non-constant instances of IconData at the following locations:

 

解決方法 :圖標數據加載問題。 最新版本flutter sdk 存在的bug ,

1.

2.打包時加上 --no-tree-shake-icons

flutter build apk  (作者采用這種方式)

3.將flutter sdk 版本退回到穩定版本 如  

stable v1.17.5 (生產建議用 穩定版 ,。。。。。。)

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM