File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 4.0.0-dev
1
+ ## 4.0.0
2
2
3
+ - Requires Dart 2.12 or greater.
3
4
- Generates null-safe code.
4
5
- The ` nullable ` field on ` JsonKey ` ignored. The nullability of a field is now
5
6
determined by the Dart type system.
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 4.0.0-dev
2
+ version : 4.0.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
6
6
repository : https://github.com/google/json_serializable.dart
7
7
environment :
8
8
# Keeping this <2.12.0 because the code is not null safe – yet!
9
- sdk : ' >=2.11.0 <3.0.0'
9
+ sdk : ' >=2.11.99 <3.0.0'
10
10
11
11
dependencies :
12
12
analyzer : ^0.41.2
@@ -33,7 +33,3 @@ dev_dependencies:
33
33
stack_trace : ^1.10.0
34
34
test : ^1.16.0
35
35
yaml : ^3.0.0
36
-
37
- dependency_overrides :
38
- json_annotation :
39
- path : ../json_annotation
You can’t perform that action at this time.
0 commit comments