domain_wc

Creator: coderz1093

Last updated:

0 purchases

domain_wc Image
domain_wc Images

Languages

Categories

Add to Cart

Description:

domain wc

Description #
The models and the use cases about PokemonApi
Features #

PokemonGateway
Pokemon
PokemonUseCase

Getting started #
pub get
Usage #
A little example
import 'package:domain_wc/domain_wc.dart';

void main() {
var awesome = Pokemon(
count: 1,
next: '2',
previous: '0',
pokeDetails: [PokeDetail(name: 'Fake pokemon', url: 'fakeurl')]);
print('awesome: ${awesome.count}');
}
copied to clipboard
Additional information #
This is an example package used to explain the clean architecture.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.