mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-12-19 00:50:24 +01:00
Add parser library
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import 'dart:convert' show jsonEncode;
|
||||
import 'package:unofficial_jisho_api/unofficial_jisho_api.dart';
|
||||
final jisho = JishoApi();
|
||||
import 'package:unofficial_jisho_api/api.dart' as jisho;
|
||||
|
||||
void main() async {
|
||||
await jisho.searchForExamples('日').then((result) {
|
||||
|
||||
Reference in New Issue
Block a user