wuchuheng_iconfont 1.0.0
SDKflutter
Platformandroidioswindowslinuxmacos
自动把iconfont.css转换出lib/common/iconfont.dart文件.
know whether this package might be useful for them.
Features
Getting started
start using the package.
$ flutter pub add wuchuheng_iconfont
Usage
在iconfont,选择好图标后,以unicode方式下载,并解压,并把其中的 iconfont.css 和 iconfont.ttf
置于assets/fonts/目录下。
最后在项目目录下执行flutter pub run wuchuheng_iconfont:main, 则图标的数据将生成在lib/common/目录下。 使用里面的数据
就可以使用对应的图标了。
import './common/iconfont.dart'; // <- icon Data
// ...
Icon(IconFont.<icon name>)
// ...
Additional information
contribute to the package, how to file issues, what response they can expect from the package authors, and more.