We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Add fontPackage
acd4939
Need to add this manually until ilikerobots/polyicon#53 is resolved
No branches or pull requests
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 🙂The text was updated successfully, but these errors were encountered: