Skip to content

IvanZeroi96/PokemonApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonApi

A Flutter PokemonApi app

OS

  1. Android
  2. IOS

Language Application Support

Spanish

Framework and language

  1. Flutter v- 3.3.2
  2. Dart

Libraries

  1. get
  2. http
  3. flutter_svg
  4. skeletons
  5. animate_do

API's

https://pokeapi.co/api/v2/

Get all pokemons

fetch('https://pokeapi.co/api/v2/pokemon/')
            .then(res=>res.json())
            .then(json=>console.log(json))

Get a single pokemon

fetch('https://pokeapi.co/api/v2/pokemon/{id or name}/')
            .then(res=>res.json())
            .then(json=>console.log(json))

Get all characteristic

fetch('https://pokeapi.co/api/v2/characteristic/{id}/')
            .then(res=>res.json())
            .then(json=>console.log(json))

Authors

Donate

BuyMeACoffee

Boost

You can support me by doing "☆ Star" in the repo or push me to "GitHub Star".

GitHub Star

Images

Thumbnail1 Thumbnail2 Thumbnail3 Thumbnail4 Thumbnail5 Thumbnail6