pokemon_tcg 0.2.0 copy "pokemon_tcg: ^0.2.0" to clipboard
pokemon_tcg: ^0.2.0 copied to clipboard

outdated

A Dart SDK for the Pokemon TCG Developers API. An API key is required to use.

pokemon_tcg #

A Dart SDK for the Pokemon TCG Developers API. An API key is required to use.

Usage #

  1. Sign up for an Pokemon TCG Developers account at https://pokemontcg.io/ and get your API key
  2. Import this package
  3. Initialize the API:
final api = PokemonTcgApi(apiKey: 'your_api_key');
  1. Use according to your needs

Available functions: #

  • getSets()
  • getSet('set_id') // example: 'swsh5'
  • getTypes()
  • getSubtypes()
  • getSupertypes()
  • getRarities()

Roadmap #

  • /sets
  • /sets/:id
  • /cards
  • /cards/:id
  • /types
  • /subtypes
  • /supertypes
  • /rarities
8
likes
0
points
37
downloads

Publisher

verified publishergroovinchip.dev

Weekly Downloads

A Dart SDK for the Pokemon TCG Developers API. An API key is required to use.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on pokemon_tcg