图标库地址:
https://fluttericon.com/
http://fontello.com/
选择图片下载后,压缩文件中有使用方法。

在pubspec.yaml中引入文件:
如:Farrington

flutter:
  - family: Farrington
    fonts:
      - asset: assets/fonts/Farrington-7B.ttf

代码中使用图标,可自定义颜色。如:图标为 AntdIcons.closeCircle

Icon(
   AntdIcons.closeCircle,
   size: 30,
   color: Colors.red,
 )
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐