gpt4 book ai didi

dart - Flutter Web 不显示 Material Design 图标

转载 作者:IT老高 更新时间:2023-10-28 12:39:24 26 4
gpt4 key购买 nike

我启动了 Flutter web,我想将 Material 图标添加到我的 Flutter web 应用程序中,但改为显示框。

enter image description here

感谢任何帮助。谢谢

最佳答案

来自 flutter_web repository :

注意:有意省略了对 MaterialIcons 的引用,因为相应的字体未包含在此源中。

如果你将MaterialIcons-Extended.ttf添加到这个目录,你可以更新FontManifest.json如下:

[
{
"family": "MaterialIcons",
"fonts": [
{
"asset": "MaterialIcons-Extended.ttf"
}
]
},
{
"family": "GoogleSans",
"fonts": [
{
"asset": "GoogleSans-Regular.ttf"
}
]
},
{
"family": "GalleryIcons",
"fonts": [
{
"asset": "GalleryIcons.ttf"
}
]
}
]

解决方案/解决方法

下载MaterialIcons-Regular.ttf here ,将其放入您的 assets 文件夹并相应地更新您的 FontManifest.json

关于dart - Flutter Web 不显示 Material Design 图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56067767/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com