Support null value for imageUrl
:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)
It allows imageUrl to be set to null.
:arrow_heading_down: What is the current behavior?
The assertion that checks that imageUrl is not null, fails when providingnull.
:new: What is the new behavior (if this is a feature change)?
Instead of throwing an exception, the placeholder widget is shown.
:boom: Does this PR introduce a breaking change?
No
:memo: Links to relevant issues/docs
Solves #314
Any chance to merge it?
This would be great. Currently I have to check for null.
Please merge this. I have to put null check :(
With provider, this would be super useful. At the moment, I have two different loading because of this. I would rather have only one.
@renefloor : Could you tell us what's blocking it ?
@renefloor Is there a reason this wasn't merged?
Closing this PR as it's too out of date by now. If someone still wants this functionality, feel free to open a new PR.