Open vanelizarov opened 4 years ago
Hello!
My icon font is packed in separate lib and imported in main app, so I need to specify fontPackage param for every IconData for the font to work
fontPackage
IconData
Actually, there's a param in generated dart class, but it's hardcoded to null and every time I generate font I need to set it manually.
null
I know that it's kind of advanced use case, but it would be great to e.g. specify it manually once in config.json and forget 🙂
config.json
Hello!
My icon font is packed in separate lib and imported in main app, so I need to specify
fontPackage
param for everyIconData
for the font to workActually, there's a param in generated dart class, but it's hardcoded to
null
and every time I generate font I need to set it manually.I know that it's kind of advanced use case, but it would be great to e.g. specify it manually once in
config.json
and forget 🙂