mangadex_library 2.0.5 copy "mangadex_library: ^2.0.5" to clipboard
mangadex_library: ^2.0.5 copied to clipboard

A mangadex library for dart to facilitate easier access to the Mangadex API (https://api.mangadex.org)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mangadex_library

With Flutter:

 $ flutter pub add mangadex_library

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

dependencies:
  mangadex_library: ^2.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:mangadex_library/mangadex_library.dart';
3
likes
130
pub points
49%
popularity

Publisher

unverified uploader

A mangadex library for dart to facilitate easier access to the Mangadex API (https://api.mangadex.org)

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on mangadex_library