icon_font_generator icon indicating copy to clipboard operation
icon_font_generator copied to clipboard

Use File instead of File.fromUri

Open Gaurav192 opened this issue 4 years ago • 2 comments

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

Gaurav192 avatar Dec 07 '21 15:12 Gaurav192

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 ...

shigomany avatar May 20 '22 09:05 shigomany

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

838 avatar Dec 13 '22 15:12 838