firebase_image
firebase_image copied to clipboard
Stricter types with pedantic and fix for #37
This should fix #37
It also removes several force unwraps (!) and moves strong-mode to avoid implicit casts and dynamics.
Any plans on merge this to fix #37?
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
This ready to be reviewed again