ScerIO / icon_font_generator

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

Use File instead of File.fromUri #20

Open Gaurav192 opened 2 years ago

Gaurav192 commented 2 years ago

Fixes #19 File.fromUri throws UnsupportedError if file doesn't exist

shigomany commented 2 years ago

If PR is not accepted for a long time, then you can add it to your _devdependency:

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 ...
838 commented 1 year ago

This has fixed our issue. Hope get merged soon :)