We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1633984 commit 9d8c547Copy full SHA for 9d8c547
json_serializable/CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
* Small fixes to support Dart 2 runtime semantics.
4
5
+* Support serializing types provided by platform-specific libraries (such as
6
+ Flutter) if they use custom convert functions.
7
+
8
## 0.5.7
9
10
* Added support for `JsonKey.required`.
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: json_serializable
-version: 0.5.8-dev
+version: 0.5.8
author: Dart Team <misc@dartlang.org>
description: Generates utilities to aid in serializing to/from JSON.
homepage: https://github.com/dart-lang/json_serializable
@@ -27,7 +27,3 @@ dev_dependencies:
27
logging: ^0.11.3+1
28
test: ^1.0.0
29
yaml: ^2.1.13
30
-
31
-dependency_overrides:
32
- json_annotation:
33
- path: ../json_annotation
0 commit comments