tensor-programming / flutter_bloc_tutorial

66 stars 30 forks source link

bug #1

Open fvthree opened 6 years ago

fvthree commented 6 years ago

search for "Titan" in search bar.

an error will occur.

mzayani commented 6 years ago

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 commented 6 years ago

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