Last updated:
0 purchases
infraestructure wc
A simple fetch to the Pokemon Api
Features #
get Pokemons list
PokemonApiError class
Getting started #
pub get
Usage #
You can get the list of Pokemons
var awesomePokemonApi = PokemonApi();
print('pokemons: ${await awesomePokemonApi.getPokemons()}');
copied to clipboard
Additional information #
This is an example package used to explain the clean architecture.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.