hungps / flutter_pokedex

Pokedex app built with Flutter (with lots of animations) using Clean Architecture
https://hungps.com
Other
2.31k stars 562 forks source link

[Question] Location Widget #68

Closed stillie closed 1 year ago

stillie commented 1 year ago

I'm wonndering whats the idea around the Location section on the pokemons description?

I noticed its hardcoded to teal? Whats the plan for this section

hungps commented 1 year ago

Hi @stillie, the location section is a part of the design, so I just put a placeholder there to match the design. I think the idea behind it is to show the location image of the pokemon in the game's world map or even their actual location in Pokemon GO. Currently, I have no plan for this. If there is any way to show the pokemon's location in the game, I could implement it in the app in the future.