unofficial_jisho_api 3.0.0 copy "unofficial_jisho_api: ^3.0.0" to clipboard
unofficial_jisho_api: ^3.0.0 copied to clipboard

An unofficial api for searching and scraping the japanese dictionary Jisho.org

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unofficial_jisho_api
copied to clipboard

With Flutter:

 $ flutter pub add unofficial_jisho_api
copied to clipboard

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

dependencies:
  unofficial_jisho_api: ^3.0.0
copied to clipboard

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:unofficial_jisho_api/api.dart';
import 'package:unofficial_jisho_api/parser.dart';
copied to clipboard
18
likes
140
points
71
downloads

Publisher

verified publisherh7x4.xyz

Weekly Downloads

2024.09.15 - 2025.03.30

An unofficial api for searching and scraping the japanese dictionary Jisho.org

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, html, html_unescape, http

More

Packages that depend on unofficial_jisho_api