mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-07-10 14:32:44 +02:00
.vscode
example
lib
test
example_test_cases
kanji_test_cases
phrase_scrape_test_cases
0.json
1.json
2.json
3.json
4.json
create_test_cases.dart
unofficial_jisho_api_test.dart
.gitignore
CHANGELOG.md
LICENSE
README.md
analysis_options.yaml
pubspec.yaml
- 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