File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
- ## 4.1.0-dev
1
+ ## 4.1.0
2
2
3
3
- Implementation is now null-safe.
4
4
- Correctly handle nullable generic fields (` T? ` ) with
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 4.1.0-dev
2
+ version : 4.1.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/tree/master/json_serializable
7
7
environment :
8
- # Keeping this <2.12.0 because the code is not null safe – yet!
9
- # https://github.com/google/json_serializable.dart/issues/821
10
8
sdk : ' >=2.12.0 <3.0.0'
11
9
12
10
dependencies :
@@ -17,8 +15,6 @@ dependencies:
17
15
18
16
# Use a tight version constraint to ensure that a constraint on
19
17
# `json_annotation` properly constrains all features it provides.
20
- # For v3 only – allow a wide range since the only change was to REMOVE things
21
- # from json_annotation
22
18
json_annotation : ' >=4.0.1 <4.1.0'
23
19
meta : ^1.3.0
24
20
path : ^1.8.0
@@ -34,7 +30,3 @@ dev_dependencies:
34
30
stack_trace : ^1.10.0
35
31
test : ^1.16.0
36
32
yaml : ^3.0.0
37
-
38
- dependency_overrides :
39
- json_annotation :
40
- path : ../json_annotation
You can’t perform that action at this time.
0 commit comments