stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

UI: Network image with error and load states #33

Open stefanhk31 opened 9 months ago

stefanhk31 commented 9 months ago

Make a designated NetworkImage widget so that we can catch failures and display placeholders more smoothly.

stefanhk31 commented 9 months ago

https://api.flutter.dev/flutter/widgets/Image/errorBuilder.html

stefanhk31 commented 9 months ago

Should get a placeholder asset for loading and a placeholder for error (could be same image???).