帮助你从 www.iconfont.cn 生成 IconData
支持多个 iconfont
项目
可自动在 pubspec.yaml
中注册字体
在 pubspec.yaml
中添加
dev_dependencies:
iconfont: ^1.0.0
运行方式
flutter packages pub run iconfont_convert
flutter pub global activate iconfont_convert
运行方式
iconfont-convert
-c --config config file path
(defaults to "pubspec.yaml")
-h, --help help
在 pubspec.yaml
中添加配置
# pubspec.yaml
iconfont:
- icons:
- url: //at.alicdn.com/t/c/font_3892650_94qckhszrmg.css
icon_name: test_icons
icon_class: TestIcons
#font_family: other_test_icons #可以用来覆盖默认的 Font Family
#package: other_package #在其他 package 中定义图标时记得添加包名
font_assets_path: assets/iconfont/
icon_class_path: lib/icons/
运行 iconfont-convert
或者使用独立独立配置文件 iconfont.yaml
# iconfont.yaml
- icons:
- url: //at.alicdn.com/t/c/font_3892650_94qckhszrmg.css
icon_name: test_icons
icon_class: TestIcons
font_assets_path: assets/iconfont/
icon_class_path: lib/icons/
运行 iconfont-convert --config iconfont.yaml
- iconfont command not found
- 多个图标项目的字体名会冲突,可以使用
font_family
来设置不同的字体名,推荐在 iconfont.cn 的项目设置中修改 Font Family