**关闭。**此题需要debugging details。目前不接受答复。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答这个问题。
昨天关门了。
Improve this question
当试图在Chrome Web上运行我的Flutter Starter应用程序时,我得到了一个带有此错误的空白网页。
1条答案
按热度按时间9rnv2umw1#
Google字体在运行时从互联网上获取。因此,要做到这一点,您需要有一个活跃的互联网连接。为了克服这一点;你可以从google fonts下载字体,并将其放到assets文件夹中,也就是离线。查看article以了解更多详细信息。
此外,我检查了您提供的链接,不仅语法不正确,而且还返回404。