icons_utils 1.0.1 copy "icons_utils: ^1.0.1" to clipboard
icons_utils: ^1.0.1 copied to clipboard

A sample command-line application.

Icon Utils #

Dart package that simplify integration with Icomoon service

Usage #

Configure #

flutter_icons:
  output_dir: # Required. Path to folder that will contain dart file with icons.
  temp: # Required. Should be true if you are using free verison of icomoon.
  project: #Required. Name of the icomoon project.
  host: #Required. Host id it is stable if you are using paid version of icomoon
  class-name: #Optional. Name of created icons class. Default: AppIcons

Run command #

For load ttf file and genetate dart class:

flutter pub run intl flutter pub run icomoon:icomoon_download [--host <HOST>]

Screenshot 2021-07-01 at 14 43 54

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, dio, path, yaml

More

Packages that depend on icons_utils