mangadex_library 2.0.5
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_libraryWith Flutter:
$ flutter pub add mangadex_libraryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mangadex_library: ^2.0.5Alternatively, 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';