disabled spinner on matrix

This commit is contained in:
2024-03-07 12:27:30 +05:30
parent 1414d370f4
commit f5922d9034
2 changed files with 3 additions and 3 deletions

View File

@ -1073,7 +1073,7 @@ class DestinationController extends GetxController {
} }
void destinationMatrixFromCurrentPoint(List<Destination> points) { void destinationMatrixFromCurrentPoint(List<Destination> points) {
buildShowDialog(Get.context!); //buildShowDialog(Get.context!);
MatrixService.getDestinations(points).then((mat) { MatrixService.getDestinations(points).then((mat) {
//print(" matrix is ------- $mat"); //print(" matrix is ------- $mat");
matrix = mat; matrix = mat;
@ -1092,7 +1092,7 @@ class DestinationController extends GetxController {
skipGps = false; skipGps = false;
return; return;
} finally { } finally {
Get.back(); //Get.back();
} }
}); });
} }

View File

@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.31+31 version: 1.0.32+32
environment: environment:
sdk: ">=3.1.0 <4.0.0" sdk: ">=3.1.0 <4.0.0"