ScerIO / icon_font_generator

☣️ Flutter Icon Font Generator
https://pub.dev/packages/icon_font_generator
Other
96 stars 50 forks source link

Add changes from fantasticicon_flutter package #18

Closed prateekmedia closed 2 years ago

prateekmedia commented 2 years ago
prateekmedia commented 2 years ago

Some changes are from my side, but are improving the package.

Also I found a bug, Below line has hardcoded ui_icons.json name. https://github.com/rbcprolabs/icon_font_generator/blob/695c5e258e30a9138b163419bd93427a9a8d3ad4/bin/icon_font_generator.dart#L106

So if we specify name other then ui_icons.ttf for --out-font then it returns an error ui_icons.json not found.

prateekmedia commented 2 years ago

https://github.com/rbcprolabs/icon_font_generator/blob/695c5e258e30a9138b163419bd93427a9a8d3ad4/bin/icon_font_generator.dart#L106

So if we specify name other then ui_icons.ttf for --out-font then it returns an error ui_icons.json not found.

Fixed in the latest commit.