File tree Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : ' >=2.12.0 <3.0.0'
10
10
11
11
dependencies :
12
- json_annotation : ^4.0 .0
12
+ json_annotation : ^4.1 .0
13
13
source_span : ^1.8.0
14
14
yaml : ^3.0.0
15
15
@@ -22,7 +22,5 @@ dev_dependencies:
22
22
test_process : ^2.0.0
23
23
24
24
dependency_overrides :
25
- json_annotation :
26
- path : ../json_annotation
27
25
json_serializable :
28
26
path : ../json_serializable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies to your `pubspec.yaml`.
5
5
6
6
``` yaml
7
7
dependencies :
8
- json_annotation : ^4.0 .0
8
+ json_annotation : ^4.1 .0
9
9
10
10
dev_dependencies :
11
11
build_runner : ^2.0.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
5
5
sdk : ' >=2.12.0 <3.0.0'
6
6
7
7
dependencies :
8
- json_annotation : ^4.0 .0
8
+ json_annotation : ^4.1 .0
9
9
10
10
dev_dependencies :
11
11
build_runner : ^2.0.0
@@ -21,7 +21,5 @@ dev_dependencies:
21
21
test : ^1.16.0
22
22
23
23
dependency_overrides :
24
- json_annotation :
25
- path : ../json_annotation
26
24
json_serializable :
27
25
path : ../json_serializable
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ void _expect(String fileName) {
25
25
26
26
const _pubspecContent = r'''
27
27
dependencies:
28
- json_annotation: ^4.0 .0
28
+ json_annotation: ^4.1 .0
29
29
30
30
dev_dependencies:
31
31
build_runner: ^2.0.0
Original file line number Diff line number Diff line change 1
- ## 5.0.0-dev
1
+ ## 5.0.0
2
2
3
3
- Use the default value for optional constructor parameters if
4
4
` JsonKey.defaultValue ` is not provided. This could be a breaking behavior
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 5.0.0-dev
2
+ version : 5.0.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -31,7 +31,3 @@ dev_dependencies:
31
31
stack_trace : ^1.10.0
32
32
test : ^1.16.0
33
33
yaml : ^3.0.0
34
-
35
- dependency_overrides :
36
- json_annotation :
37
- path : ../json_annotation
You can’t perform that action at this time.
0 commit comments