File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ class MainController extends GetxController {
85
85
// handleError(error, stackTrace);
86
86
// });
87
87
if (extendedObject == null ) {
88
+ SmartDialog .dismiss ();
88
89
showAlertDialog (appLocalizations.illegalJson, Icons .error);
89
90
return ;
90
91
}
Original file line number Diff line number Diff line change @@ -368,6 +368,13 @@ packages:
368
368
url: "https://pub.flutter-io.cn"
369
369
source: hosted
370
370
version: "0.12.11"
371
+ material_color_utilities:
372
+ dependency: transitive
373
+ description:
374
+ name: material_color_utilities
375
+ url: "https://pub.flutter-io.cn"
376
+ source: hosted
377
+ version: "0.1.3"
371
378
meta:
372
379
dependency: transitive
373
380
description:
@@ -582,7 +589,7 @@ packages:
582
589
name: test_api
583
590
url: "https://pub.flutter-io.cn"
584
591
source: hosted
585
- version: "0.4.3 "
592
+ version: "0.4.8 "
586
593
time:
587
594
dependency: transitive
588
595
description:
You can’t perform that action at this time.
0 commit comments