This commit is contained in:
Hamza-Ayed
2024-06-26 19:24:12 +03:00
parent 0407d37e9d
commit 75d0d02da2
34 changed files with 118 additions and 81 deletions

View File

@@ -25,7 +25,7 @@ class HomeCaptainController extends GetxController {
Timer? activeTimer;
Map data = {};
bool isLoading = true;
late double kazan;
late double kazan = 0;
double latePrice = 0;
double heavyPrice = 0;
double comfortPrice = 0,
@@ -273,6 +273,7 @@ class HomeCaptainController extends GetxController {
mashwariPrice = double.parse(json['message'][0]['freePrice']);
fuelPrice = double.parse(json['message'][0]['fuelPrice']);
}
update();
}
double mpg = 0;