infraestructure_wc 1.0.0 copy "infraestructure_wc: ^1.0.0" to clipboard
infraestructure_wc: ^1.0.0 copied to clipboard

A simple fetch to the Pokemon Api

example/infraestructure_wc_example.dart

import 'package:infraestructure_wc/infraestructure_wc.dart';

Future<void> main() async {
  var awesomePokemonApi = PokemonApi();
  print('pokemons: ${await awesomePokemonApi.getPokemons()}');
}
1
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A simple fetch to the Pokemon Api

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

domain_wc, http

More

Packages that depend on infraestructure_wc