We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8c1a2 commit 0616c94Copy full SHA for 0616c94
1 file changed
README.md
@@ -20,7 +20,9 @@ pick(json, 'parsing', 'is', 'fun').asBool(); // true
20
21
```yaml
22
dependencies:
23
- deep_pick: ^0.6.0
+ deep_pick: ^0.6.10
24
+
25
+ deep_pick: ^0.8.0 # Dart >=2.12 (nullsafety)
26
```
27
28
### Example
0 commit comments