1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-04-25 02:56:42 +02:00
h7x4 a84cfe5c02 Update to 3.0.0
- Add fromJson factories for all objects
- Make some properties use getters, to reduce redundant data
- Make all objects comparable with the equatable package
- Make all objects immutable with a constant constructor
    as a result of making them comparable
2022-05-08 02:06:45 +02:00

22 lines
500 B
YAML

name: unofficial_jisho_api
version: 3.0.0
description: An unofficial api for searching and scraping the japanese dictionary Jisho.org
homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
issue_tracker: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/issues
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
http: ^0.13.3
html_unescape: ^2.0.0
html: ^0.15.0
equatable: ^2.0.3
dev_dependencies:
lints: ^1.0.1
test: ^1.17.10
path: ^1.8.0
effective_dart: ^1.3.2