flutter_bloc_tutorial
flutter_bloc_tutorial copied to clipboard
bug
search for "Titan" in search bar.
an error will occur.
search for "Titan" in search bar.
an error will occur.
I think the issue is from a null posterPath. for the case of 'Titan', part of the result is "Tita and Wong" movie with a null posterPath.
check this for using NetworkImageWithRetry instead of Network.image. Network.image crashes when empty posterPath string which leads to 404.
https://stackoverflow.com/questions/52568872/flutter-how-to-handle-image-network-error-like-404-or-wrong-url/52569475#52569475