A Flutter PokemonApi app
- Android
- IOS
Spanish
- Flutter v- 3.3.2
- Dart
- get
- http
- flutter_svg
- skeletons
- animate_do
fetch('https://pokeapi.co/api/v2/pokemon/')
.then(res=>res.json())
.then(json=>console.log(json))
fetch('https://pokeapi.co/api/v2/pokemon/{id or name}/')
.then(res=>res.json())
.then(json=>console.log(json))
fetch('https://pokeapi.co/api/v2/characteristic/{id}/')
.then(res=>res.json())
.then(json=>console.log(json))
You can support me by doing "☆ Star" in the repo or push me to "GitHub Star".