An icon pack generator from .svg files for Flutter applications.
- Icon pack generation based on configuration file
- Automatic addition of the icon font file in
pubspec.yaml
- NodeJS(v11+)
- fantasticon node package
flutter pub add -d icon_pack_generatorOR
dart pub global activate icon_pack_generatorCreate the following file in the root of your project: icon_pack_generator.yaml
icon_pack_generator:
class_name: "" # ClassName
package_name: "" # package_name
icon_source: "" # path/to/folder
font_target: "" # path/to/folder
class_target: "" # path/to/folderRun the following command in the root of your project:
dart run icon_pack_generator- SoftYes TI <softyes.com.br>
- João Sereia <joao.sereia@softyes.com.br>