hungps / flutter_pokedex

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

Add data for Abilities till gen 7 #16

Closed jitinder closed 4 years ago

jitinder commented 4 years ago

Added a Model and Data for all abilities till gen 7 by parsing data from PokeAPI

hungps commented 4 years ago
  1. Are you planning to apply this to the Moves tabs?
  2. I'm currently moving data to gist and fetch data from there. So if you can create a json version like the pokemons.json and items.json, it will be awesome
jitinder commented 4 years ago

I was planning to add this for the future, whenever we need to use abilities :P Will put it as a JSON instead and push

jitinder commented 4 years ago

@scitbiz Have a look at the JSON and host it as a gist as per your requirement. Its formatted using jsonformatter for your convenience...

hungps commented 4 years ago

@jitinder Awesome, thanks!