fontify icon indicating copy to clipboard operation
fontify copied to clipboard

Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

Results 6 fontify issues
Sort by recently updated
recently updated
newest added

This generated file is part of a (Flutter) project. However, the private constructor can't be tested. So projects using this can't aim for 100% coverage. With this line you can...

I get the following error when i run `fontify` ```shell [I] Using config fontify.yaml [E] NoSuchMethodError: The method 'split' was called on null. Receiver: null Tried calling: split(RegExp: pattern=[\s|,] flags=)...

Flutter supports rendering chromatic icons. However, when I use `fontify` on a set of `.svg` files in which some of them have colors, the resulting `.otf` has a single and...

Is there any tool that can undo this? Netflix app uses this and I am trying to open the svg icons.

Adds an option to change the case of generated Flutter class variable names (camel or snake). Adds a map of `name : iconData` to the generated class file. This helps...

Hello, upon building font from svgs, i have warnings in my project. Danger Circle.svg -> danger_circle DangerCircle.svg -> danger_circle Could we have bool or something to format it to dangerCircle...