jikan_moe 4.4.2
jikan_moe: ^4.4.2 copied to clipboard
Jikan (時間) is an unofficial & open-source API for the “most active online anime + manga community and database” — MyAnimeList.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jikan_moeWith Flutter:
$ flutter pub add jikan_moeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jikan_moe: ^4.4.2Alternatively, 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:jikan_moe/jikan_moe.dart';