fix order history, add CheckUser check before starting the trip, fix dialog for cancel the order, add dialog for finish the order

This commit is contained in:
2026-05-21 18:00:26 +03:00
parent c996d0847f
commit 591265a7fc
6 changed files with 217 additions and 110 deletions

View File

@@ -102,6 +102,7 @@ class ScooterDetailScreen extends StatelessWidget {
context.pushReplacement('/home/tarif-sheet', extra: scooter);
},
),
const SizedBox(height: 30)
],
),
),