hungps/flutter_pokedex

Pokemon image is not showed when the internet connection has been lost

jsmartinezn opened this issue · 3 comments

When i lost internet connection the pokemon images don't load

Hi @jsmartinezn,
Currently, this app doesn't save the image because there are too many of them (about ~1000 images). I'm considering 2 possible solutions:

  1. Show the pokemon placeholder with an exclamation mark (!) indicate that the image cannot be load due to the internet connection.
  2. Add a new feature that will allow the user to download all the images and the pokemons into the device's storage so that the app can still be used in offline mode.

I think the latter will be better, what do you think?

@jsmartinezn Can you confirm #39 solve your problem?