icon_font_generator
icon_font_generator copied to clipboard
Use File instead of File.fromUri
Fixes #19 File.fromUri throws UnsupportedError if file doesn't exist
If PR is not accepted for a long time, then you can add it to your dev_dependency:
dev_dependencies:
icon_font_generator:
git:
url: https://github.com/Gaurav192/icon_font_generator.git
ref: file_path_fix
And run in this way:
dart run icon_font_generator ...
This has fixed our issue. Hope get merged soon :)