Skip to content

Commit 3c218a3

Browse files
committed
update json_to_dart_library to fix asT
1 parent df45dbd commit 3c218a3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Flutter/json_to_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
* update json_to_dart_library to fix asT
4+
15
## 2.0.0
26

37
* Code refactor and import json_to_dart_library

Flutter/json_to_dart/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: json_to_dart_library
436-
sha256: a836da5efc4de2164cc18f6259fc86c88a8ab2dff8470c2913b20cc8e4e9137a
436+
sha256: d33fb8fbeac0a329d6dc0f43c1868daa6b920ca9300d64d1b1df5e8444263aa0
437437
url: "https://pub.flutter-io.cn"
438438
source: hosted
439-
version: "0.0.3"
439+
version: "0.0.4"
440440
leak_tracker:
441441
dependency: transitive
442442
description:

Flutter/json_to_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434

3535
hive: any
3636
hive_flutter: any
37-
json_to_dart_library: ^0.0.3
37+
json_to_dart_library: ^0.0.4
3838
nested: any
3939

4040
dependency_overrides:

0 commit comments

Comments
 (0)