ygoprodeck_api 0.1.1 copy "ygoprodeck_api: ^0.1.1" to clipboard
ygoprodeck_api: ^0.1.1 copied to clipboard

A Dart wrapper for the YGOPRODeck Yu-Gi-Oh! API (v7).

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'di.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await setupDependencies();
  runApp(const YgoExampleApp());
}
1
likes
160
points
161
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart wrapper for the YGOPRODeck Yu-Gi-Oh! API (v7).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, http, logger

More

Packages that depend on ygoprodeck_api