gpt4 book ai didi

Flutter/如何获取谷歌字体家族列表

转载 作者:行者123 更新时间:2023-12-04 15:00:06 25 4
gpt4 key购买 nike

您好,我正在使用 Flutter 开发应用。

为了管理我的应用程序中的字体,我正在使用

https://pub.dev/packages/google_fonts

包。

所以我打算让用户可以选择他们想要的字体。

有什么办法可以获得谷歌字体系列的完整列表吗?

List<String> _tempFontList = [
GoogleFonts.droidSerif().fontFamily,
GoogleFonts.ebGaramond().fontFamily,
GoogleFonts.fasterOne().fontFamily,
GoogleFonts.abel().fontFamily,
];

现在我只为字体制作了临时列表,

但据我所知,该包中没有列表 getList 函数。

感谢阅读。

我会等你的帮助。

最佳答案

为了获取字体列表。

GoogleFonts.asMap();

这将返回 map 对象。

如果你只想要名字。

GoogleFonts.asMap().keys.toList();

关于Flutter/如何获取谷歌字体家族列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67111370/

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