icon_font_generator 3.2.0 copy "icon_font_generator: ^3.2.0" to clipboard
icon_font_generator: ^3.2.0 copied to clipboard

Convert all *.svg icons from dir to icon-font (.ttf) and generates flutter compatible dart class.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate icon_font_generator
copied to clipboard

Use it

The package has the following executables:

$ icon_font_generator
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icon_font_generator
copied to clipboard

With Flutter:

 $ flutter pub add icon_font_generator
copied to clipboard

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

dependencies:
  icon_font_generator: ^3.2.0
copied to clipboard

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:icon_font_generator/generate_flutter_class.dart';
import 'package:icon_font_generator/templates/flutter_icons.dart';
import 'package:icon_font_generator/templates/npm_package.dart';
import 'package:icon_font_generator/utils.dart';
copied to clipboard
120
likes
140
points
11.1k
downloads

Publisher

verified publisherserge.software

Weekly Downloads

2024.07.06 - 2025.01.18

Convert all *.svg icons from dir to icon-font (.ttf) and generates flutter compatible dart class.

Documentation

API reference

License

MIT (license)

Dependencies

args, meta, path, recase

More

Packages that depend on icon_font_generator