myanimelist 0.1.0 copy "myanimelist: ^0.1.0" to clipboard
myanimelist: ^0.1.0 copied to clipboard

Provides wrappers for accessing the MyAnimeList API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add myanimelist

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

dependencies:
  myanimelist: ^0.1.0

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:myanimelist/myanimelist.dart';
2
likes
20
pub points
0%
popularity

Publisher

verified publisherdexterx.dev

Provides wrappers for accessing the MyAnimeList API

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http, json_annotation, xml2json

More

Packages that depend on myanimelist