Last updated:
0 purchases
iconfont dart
iconfont_dart #
导入 iconfont,只需要编译一次,就可以帮你快速生成 icon。
To import iconcont, you only need to compile it once to help you generate icons quickly.
目录 #
预览
使用
参数说明
相关插件
维护者
欢迎 PR
使用许可
预览 #
使用 #
main() {
IconfontDart(
'../lib/assets/fonts/demo_index.html',
'./a.dart'
);
}
copied to clipboard
注意:通过 dart xxx.dart 执行生成 dart 文件
参数说明 #
参数
说明
dir
iconfont 中 demo_index.html 目录
buildDir
生成 dart 文件路径
className
生成的类名
相关插件 #
插件
说明
html
解析 html
维护者 #
@meetqy.
欢迎 PR #
非常欢迎你的加入! 提一个 Issue 或者提交一个 Pull Request.
使用许可 #
MIT © MEETQY
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.