EnsembleUI / ensemble

Build native apps 20x faster than Flutter, RN or any other tech
https://ensembleui.com/
BSD 3-Clause "New" or "Revised" License
125 stars 15 forks source link

Need ability to specify fallback widget for Image #810

Open anserwaseem opened 1 year ago

anserwaseem commented 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

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
Screenshot 2023-09-14 at 5 47 17 PM
kmahmood74 commented 10 months ago

cc @vusters

kmahmood74 commented 10 months ago

assigning to @vusters as he did this recently with fallback ?