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 (生產建議用 穩定版 ,。。。。。。)