File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies to your `pubspec.yaml`.
8
8
9
9
``` yaml
10
10
dependencies :
11
- json_annotation : ^0.2.2
11
+ json_annotation : ^0.2.3
12
12
13
13
dev_dependencies :
14
- build_runner : ^0.7.6
15
- json_serializable : ^0.4 .0
14
+ build_runner : ^0.8.0
15
+ json_serializable : ^0.5 .0
16
16
` ` `
17
17
18
18
Annotate your code with classes defined in
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: example
2
2
author : Dart Team <misc@dartlang.org>
3
3
4
4
environment :
5
- sdk : ' >=2.0.0-dev.9 <2.0.0'
5
+ sdk : ' >=2.0.0-dev.32 <2.0.0'
6
6
7
7
dependencies :
8
- json_annotation : ^0.2.2
8
+ json_annotation : ^0.2.3
9
9
10
10
dev_dependencies :
11
- build_runner : ^0.7.6
12
- json_serializable : ^0.4 .0
11
+ build_runner : ^0.8.0
12
+ json_serializable : ^0.5 .0
13
13
14
14
# Used by tests. Not required to use `json_serializable`.
15
15
path : ^1.5.1
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ void _expect(String fileName) {
20
20
21
21
final _pubspecContent = r'''
22
22
dependencies:
23
- json_annotation: ^0.2.2
23
+ json_annotation: ^0.2.3
24
24
25
25
dev_dependencies:
26
- build_runner: ^0.7.6
27
- json_serializable: ^0.4 .0
26
+ build_runner: ^0.8.0
27
+ json_serializable: ^0.5 .0
28
28
''' ;
You can’t perform that action at this time.
0 commit comments