-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TypeError (type 'Null' is not a subtype of type 'Reference') #40
Comments
I also have the same problem
|
Any solution? |
|
I'd love to use this package but right now it's not displaying images at all. Is there a work-around for this issue, other than waiting for the PR to be merged? |
I have the same issue and the fork of #45 fixed the issue for me, please merge it :) |
I can only second @yelkamel as I have the same issue - please merge :) |
Same issue here. |
I face the same issue after updating to version 1.1.0 |
I was unable to replicate but I'll take a look now |
Ok, I merged #45 and released 1.1.1 so 🤞 that fixed it. As I was unable to replicate the problem, please let me know if it works so I can close the issue. Thanks! |
Going to close this issue now but if this is still a problem then feel free to reopen it! |
this work for me thank you :) @mattreid1 |
Nice work Matt - a very useful library - thanks for closing this issue
…On Tue, Jan 25, 2022 at 3:56 PM LaYouceferie ***@***.***> wrote:
this work for me thank you :) @mattreid1 <https://github.com/mattreid1>
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP6EPNNLV6TKHGBS3VMU33UX223TANCNFSM42X52KTQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
my app was crashing every time firebase_image was loading picture stating TypeError (type 'Null' is not a subtype of type 'Reference'). after looking into the code, it's the FirebaseImageObject.fromMap(Map<String, dynamic> map) method in image_object.dart causing the error because it's called with no value given to the reference key.
potential solution: make Reference variable in FirebaseImageObject nullable and it solves the problem.
The text was updated successfully, but these errors were encountered: