mtg_sdk 1.0.1 copy "mtg_sdk: ^1.0.1" to clipboard
mtg_sdk: ^1.0.1 copied to clipboard

Dart 1 only

An sdk for api.magicthegathering.io. This package is an easy way to query the official mtg api for cards and products.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mtg_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mtg_sdk: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mtg_sdk/mtg_sdk.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An sdk for api.magicthegathering.io. This package is an easy way to query the official mtg api for cards and products.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on mtg_sdk