sample output
This commit is contained in:
parent
ef55e5ca83
commit
6eb21e5886
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -44,6 +44,24 @@ void main() async {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example Output:
|
||||||
|
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"in": {
|
||||||
|
"bush": ["scrub"],
|
||||||
|
"forest": ["forest"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"by": {
|
||||||
|
"water": ["stream"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
### **Custom Cache Settings**
|
### **Custom Cache Settings**
|
||||||
```dart
|
```dart
|
||||||
final lookup = RugReefer(
|
final lookup = RugReefer(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue