我最近开始使用flutter。每当我想使用icons时,我都很难找到合适的icons。是否有任何网站或资源可以让我得到flutter所有可用图标的列表?**任何帮助都非常感谢。**提前感谢:)
icons
flutter
qnzebej01#
默认材质图标:https://api.flutter.dev/flutter/material/Icons-class.htmlFlutter自定义图标发生器:https://www.fluttericon.com/字体Awesome图标:https://pub.dev/packages/font_awesome_flutter图标森林:https://pub.dev/packages/icon_forest图标萨克斯:https://pub.dev/packages/iconsax离子图标:https://pub.dev/packages/ionicons唯一图标:https://pub.dev/packages/unicons缐条图标:https://pub.dev/packages/line_icons
llycmphe2#
从下面的链接你有所有的材料符号和图标从谷歌。不需要添加一个依赖性,因为标准的Flutter库已经包括他们:https://fonts.google.com/icons?selected=Material+Icons例如,搜索图标如下所示:
Icon( Icons.search, ),
还有ionicons,一个包含1.3K图标的完整库,它们的列表都在这里:https://ionic.io/ionicons另外,如果你想改变启动器图标,一个很好的地方是下面的链接。你可以设计Android,iOS,Web,macOS...图标超级容易。https://icon.kitchen/
ionicons
zpqajqem3#
从所有www.example.com软件包中搜索16万多个图标pub.devhttps://pub.dev/packages/icon_forest
它包含大多数流行的开源图标库。
50few1ms4#
根据主题的不同,默认情况下带有图标,...搜索默认物料:https://materialdesignicons.com/
4条答案
按热度按时间qnzebej01#
默认材质图标:https://api.flutter.dev/flutter/material/Icons-class.html
Flutter自定义图标发生器:https://www.fluttericon.com/
字体Awesome图标:https://pub.dev/packages/font_awesome_flutter
图标森林:https://pub.dev/packages/icon_forest
图标萨克斯:https://pub.dev/packages/iconsax
离子图标:https://pub.dev/packages/ionicons
唯一图标:https://pub.dev/packages/unicons
缐条图标:https://pub.dev/packages/line_icons
llycmphe2#
从下面的链接你有所有的材料符号和图标从谷歌。不需要添加一个依赖性,因为标准的Flutter库已经包括他们:
https://fonts.google.com/icons?selected=Material+Icons
例如,搜索图标如下所示:
还有
ionicons
,一个包含1.3K图标的完整库,它们的列表都在这里:https://ionic.io/ionicons另外,如果你想改变启动器图标,一个很好的地方是下面的链接。你可以设计Android,iOS,Web,macOS...图标超级容易。
https://icon.kitchen/
zpqajqem3#
从所有www.example.com软件包中搜索16万多个图标pub.devhttps://pub.dev/packages/icon_forest
它包含大多数流行的开源图标库。
50few1ms4#
根据主题的不同,默认情况下带有图标,...
搜索默认物料:https://materialdesignicons.com/