icon_pack_generator 0.1.0 copy "icon_pack_generator: ^0.1.0" to clipboard
icon_pack_generator: ^0.1.0 copied to clipboard

An icon pack generator from .svg files for Flutter applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate icon_pack_generator

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icon_pack_generator

With Flutter:

 $ flutter pub add icon_pack_generator

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

dependencies:
  icon_pack_generator: ^0.1.0

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_pack_generator/icon_pack_generator.dart';
1
likes
150
points
134
downloads

Publisher

verified publishersoftyes.com.br

Weekly Downloads

An icon pack generator from .svg files for Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

path, recase, yaml, yaml_edit

More

Packages that depend on icon_pack_generator