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
22
3+ - Requires Dart 2.12 or greater.
34- Generates null-safe code.
45 - The ` nullable ` field on ` JsonKey ` ignored. The nullability of a field is now
56 determined by the Dart type system.
Original file line number Diff line number Diff line change 11name : json_serializable
2- version : 4.0.0-dev
2+ version : 4.0.0
33description : >-
44 Automatically generate code for converting to and from JSON by annotating
55 Dart classes.
66repository : https://github.com/google/json_serializable.dart
77environment :
88 # 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'
1010
1111dependencies :
1212 analyzer : ^0.41.2
@@ -33,7 +33,3 @@ dev_dependencies:
3333 stack_trace : ^1.10.0
3434 test : ^1.16.0
3535 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