Open stefanhk31 opened 9 months ago
Make a designated NetworkImage widget so that we can catch failures and display placeholders more smoothly.
https://api.flutter.dev/flutter/widgets/Image/errorBuilder.html
Should get a placeholder asset for loading and a placeholder for error (could be same image???).
Make a designated NetworkImage widget so that we can catch failures and display placeholders more smoothly.