icomoon_icons_generator 1.0.0+4
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_generatorUse 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_generatorWith Flutter:
$ flutter pub add icomoon_icons_generatorThis 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+4Alternatively, 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';