Open anserwaseem opened 1 year ago
I want to be able to show a fallback image, or a custom widget when provided source of Image does not resolve to a valid url
Image
View: styles: scrollableView: true useSafeArea: true body: Column: children: - Image: source: https://images.pexels.com/photos/15447298/pexels-photo-15447298/free-photo-of-retro-cassette-records-in-stacks.jpeg styles: width: 100 height: 100 - Image: source: https://images.pexels.com/photos/15447298/pexels-photo-15447298/h.jpeg styles: width: 100 height: 100
cc @vusters
assigning to @vusters as he did this recently with fallback ?
fallback
I want to be able to show a fallback image, or a custom widget when provided source of
Image
does not resolve to a valid url