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 13fe0c8 commit d2e6a41Copy full SHA for d2e6a41
json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.1.3
2
+
3
+- Allow latest `package:analyzer`.
4
5
## 6.1.2
6
7
- Fix issue with nested generics and `genericArgumentFactories: true`.
json_serializable/pubspec.yaml
@@ -8,7 +8,7 @@ environment:
8
sdk: '>=2.14.0 <3.0.0'
9
10
dependencies:
11
- analyzer: ^2.0.0
+ analyzer: '>=2.0.0 <4.0.0'
12
async: ^2.8.0
13
build: ^2.0.0
14
build_config: '>=0.4.4 <2.0.0'
0 commit comments