icomoon_icons_generator 1.0.0+4 copy "icomoon_icons_generator: ^1.0.0+4" to clipboard
icomoon_icons_generator: ^1.0.0+4 copied to clipboard

CLI for generating icons from the website icomoon.io font to the Flutter Icon class.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate icomoon_icons_generator

Use it

The package has the following executables:

$ icomoon_icons_generator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icomoon_icons_generator

With Flutter:

 $ flutter pub add icomoon_icons_generator

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

dependencies:
  icomoon_icons_generator: ^1.0.0+4

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

Import it

Now in your Dart code, you can use:

import 'package:icomoon_icons_generator/icomoon_icons_generator.dart';
0
likes
140
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI for generating icons from the website icomoon.io font to the Flutter Icon class.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on icomoon_icons_generator