We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df37429 commit 4de8c1fCopy full SHA for 4de8c1f
example/README.md
@@ -5,7 +5,7 @@ dependencies to your `pubspec.yaml`.
5
6
```yaml
7
dependencies:
8
- json_annotation: ^4.3.0
+ json_annotation: ^4.4.0
9
10
dev_dependencies:
11
build_runner: ^2.0.0
example/pubspec.yaml
@@ -5,7 +5,7 @@ environment:
sdk: '>=2.14.0 <3.0.0'
example/test/readme_test.dart
@@ -25,7 +25,7 @@ void _expect(String fileName) {
25
26
const _pubspecContent = r'''
27
28
29
30
31
0 commit comments