iconfont_dart 0.3.3 copy "iconfont_dart: ^0.3.3" to clipboard
iconfont_dart: ^0.3.3 copied to clipboard

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

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

0
likes
25
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

unknown (license)

Dependencies

flutter, html

More

Packages that depend on iconfont_dart