From f5922d90343ef0d704f3c08b8525f0bfa533591d Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Thu, 7 Mar 2024 12:27:30 +0530 Subject: [PATCH] disabled spinner on matrix --- lib/pages/destination/destination_controller.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pages/destination/destination_controller.dart b/lib/pages/destination/destination_controller.dart index 2b66136..432ce05 100644 --- a/lib/pages/destination/destination_controller.dart +++ b/lib/pages/destination/destination_controller.dart @@ -1073,7 +1073,7 @@ class DestinationController extends GetxController { } void destinationMatrixFromCurrentPoint(List points) { - buildShowDialog(Get.context!); + //buildShowDialog(Get.context!); MatrixService.getDestinations(points).then((mat) { //print(" matrix is ------- $mat"); matrix = mat; @@ -1092,7 +1092,7 @@ class DestinationController extends GetxController { skipGps = false; return; } finally { - Get.back(); + //Get.back(); } }); } diff --git a/pubspec.yaml b/pubspec.yaml index 905bf60..37fe0ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.31+31 +version: 1.0.32+32 environment: sdk: ">=3.1.0 <4.0.0"