We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feadf4c commit c844625Copy full SHA for c844625
example/pubspec.yaml
@@ -24,7 +24,5 @@ dev_dependencies:
24
test: ^1.16.0
25
26
dependency_overrides:
27
- json_annotation:
28
- path: ../json_annotation
29
json_serializable:
30
path: ../json_serializable
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: json_serializable
2
-version: 6.4.0-dev
+version: 6.4.0
3
description: >-
4
Automatically generate code for converting to and from JSON by annotating
5
Dart classes.
@@ -37,7 +37,3 @@ dev_dependencies:
37
test_descriptor: ^2.0.0
38
test_process: ^2.0.0
39
yaml: ^3.0.0
40
-
41
-dependency_overrides:
42
43
0 commit comments