File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.2
2+
3+ * Fix wrong copyWith method
4+
15## 2.0.1
26
37* update json_to_dart_library to fix asT
Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ packages:
433433 dependency: "direct main"
434434 description:
435435 name: json_to_dart_library
436- sha256: d33fb8fbeac0a329d6dc0f43c1868daa6b920ca9300d64d1b1df5e8444263aa0
436+ sha256: "68f5ad7fe24f8750636102e2ca9b43c4e6d0d70e96dc1a6a4aba5aac5cd2804b"
437437 url: "https://pub.flutter-io.cn"
438438 source: hosted
439- version: "0.0.4 "
439+ version: "0.0.5 "
440440 leak_tracker:
441441 dependency: transitive
442442 description:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: The tool to convert json to dart code.
1111# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212# Read more about iOS versioning at
1313# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14- version : 2.0.0
14+ version : 2.0.2
1515
1616environment :
1717 sdk : " >=3.5.0 <4.0.0"
@@ -34,7 +34,7 @@ dependencies:
3434
3535 hive : any
3636 hive_flutter : any
37- json_to_dart_library : ^0.0.4
37+ json_to_dart_library : ^0.0.5
3838 nested : any
3939
4040dependency_overrides :
You can’t perform that action at this time.
0 commit comments