Skip to content

导入 iconfont,只需要编译一次,就可以帮你快速生成 icon。(To import iconcont, you only need to compile it once to help you generate icons quickly.)

License

Notifications You must be signed in to change notification settings

meetqy/iconfont_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iconfont_dart

导入 iconfont,只需要编译一次,就可以帮你快速生成 icon。

To import iconcont, you only need to compile it once to help you generate icons quickly.

目录

预览

使用

main() {
  IconfontDart(
    '../lib/assets/fonts/demo_index.html',
    './a.dart'
  );
}

注意:通过 dart xxx.dart 执行生成 dart 文件

参数说明

参数 说明
dir iconfont 中 demo_index.html 目录
buildDir 生成 dart 文件路径
className 生成的类名

相关插件

插件 说明
html 解析 html

维护者

@meetqy.

欢迎 PR

非常欢迎你的加入! 提一个 Issue 或者提交一个 Pull Request.

使用许可

MIT © MEETQY

About

导入 iconfont,只需要编译一次,就可以帮你快速生成 icon。(To import iconcont, you only need to compile it once to help you generate icons quickly.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published