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

Changing from Pokemon images to another images #41

Closed lukmanul96 closed 3 years ago

lukmanul96 commented 3 years ago

Hi sir, first of all I want to say that I really love your projects. Currently I'm just learning using Flutter. I want to ask that if it possible for us to change the images to another things such as plant? And for the value of each pokemen how it is actually stored, is it on pokemons.json?

hungps commented 3 years ago

Hi @lukmanul96, I'm glad that you like this project.

I want to ask that if it possible for us to change the images to another things such as plant?

Sure, you can change to whatever image that you want, as long as it is for learning purposes.

And for the value of each pokemen how it is actually stored, is it on pokemons.json?

First, the pokemon data will be fetched in the gist URL (pokemon_repository.dart) Next, the fetched data will be cached into the local data storage (I'm currently using Hive)

I recommend you to look around the project source code to better know about it

lukmanul96 commented 3 years ago

Okay I understand, thanks for the clarification. I appreciate it. Have a great weekend

On Sat, 12 Jun 2021, 18:15 Pham Sy Hung, @.***> wrote:

Hi @lukmanul96 https://github.com/lukmanul96, I'm glad that you like this project.

I want to ask that if it possible for us to change the images to another things such as plant?

Sure, you can change to whatever image that you want, as long as it is for learning purposes.

And for the value of each pokemen how it is actually stored, is it on pokemons.json?

First, the pokemon data will be fetched in the gist URL (pokemon_repository.dart) Next, the fetched data will be cached into the local data storage (I'm currently using Hive)

I recommend you to look around the project source code to better know about it

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scitbiz/flutter_pokedex/issues/41#issuecomment-860032768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS4CFZEOIW5JLZ23GSFIEVTTSMXUHANCNFSM46SQ2FWA .