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

问题描述:debug运行没有这个问题,只有打包的时候会出现
该问题的原因是,我的一些图标是存在数据库的,源码如下

从网上搜了解决办法,都是不让这么写,说是flutter的版本太新,不兼容,我暂且相信,因为最近比较忙,有一个新的打包方式,在命令最后加入--no-tree-shake-icons
flutter build apk --obfuscate --split-debug-info=debugInfo --target-platform android-arm,android-arm64,android-x64 --split-per-abi --no-tree-shake-icons
等有空解决这个问题
浙公网安备 33010602011771号