ScerIO / icon_font_generator

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

Add symlink support #26

Open Jupi007 opened 1 year ago

Jupi007 commented 1 year ago

I maintain a very large icon pack: https://github.com/ubuntu/yaru_icons.dart Sometimes need to duplicate some icon source files for similar icons with different names. Ofc, I can use real symlink, but this mean to increase the font size, while I could just reuse an existent font code.

A PR which add this feature will follow in a moment :)