0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.