firebase_image icon indicating copy to clipboard operation
firebase_image copied to clipboard

Stricter types with pedantic and fix for #37

Open stargazing-dino opened this issue 3 years ago • 3 comments

This should fix #37

It also removes several force unwraps (!) and moves strong-mode to avoid implicit casts and dynamics.

stargazing-dino avatar Mar 25 '21 21:03 stargazing-dino

Any plans on merge this to fix #37?

poqueque avatar Apr 20 '21 10:04 poqueque

I've run into the same thing. For anyone wanting a temporary pubspec.yaml fix to keep going, I've created a fork you may use. You may also fork your own for safety+security. I simply patched in the patch from @Nolence (Thank you!).

This also includes an issue I was having with FirebaseImageObject.fromMap and Reference. Rather than find a final solution I've simply thrown in a try/catch and I'm back up and running.

#  firebase_image: ^1.0.1
  firebase_image:
    git:
      url: git://github.com/blinkin/firebase_image.git
      ref: issue37_fix

jessejajit avatar Apr 29 '21 05:04 jessejajit

This ready to be reviewed again

stargazing-dino avatar May 17 '21 20:05 stargazing-dino