flutter_bloc_tutorial icon indicating copy to clipboard operation
flutter_bloc_tutorial copied to clipboard

bug

Open fvthree opened this issue 7 years ago • 2 comments

search for "Titan" in search bar.

an error will occur.

fvthree avatar May 25 '18 08:05 fvthree

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.

mzayani avatar Sep 29 '18 12:09 mzayani

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

mzayani avatar Sep 29 '18 14:09 mzayani