iconfont_convert_flutter 1.0.0 copy "iconfont_convert_flutter: ^1.0.0" to clipboard
iconfont_convert_flutter: ^1.0.0 copied to clipboard

A library to generate Flutter IconData Class from www.iconfont.cn

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate iconfont_convert_flutter

Use it

The package has the following executables:

$ iconfont_convert

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add iconfont_convert_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  iconfont_convert_flutter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:iconfont_convert_flutter/iconfont_convert_flutter.dart';
1
likes
115
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A library to generate Flutter IconData Class from www.iconfont.cn

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, http, path, yaml

More

Packages that depend on iconfont_convert_flutter