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