美文网首页
# [lutter 升级最新版本 使用 treeview 打包报

# [lutter 升级最新版本 使用 treeview 打包报

作者: 亦久亦韭 | 来源:发表于2020-10-05 09:22 被阅读0次

转载 (https://www.cnblogs.com/xingtangxublog/p/13704070.html)

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

解决方法 :图标数据加载问题。 最新版本flutter sdk 存在的bug ,

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

flutter build apk (作者采用这种方式)

3.将flutter sdk 版本退回到稳定版本 如

stable v1.17.5 (生产建议用 稳定版 ,。。。。。。)

相关文章

网友评论

      本文标题:# [lutter 升级最新版本 使用 treeview 打包报

      本文链接:https://www.haomeiwen.com/subject/jzhwnhtx.html