jikan_moe 1.0.0
jikan_moe: ^1.0.0 copied to clipboard
Dart/Flutter client for Jikan API (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: ^1.0.0Alternatively, 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';