This commit is contained in:
Hamza-Ayed
2024-01-25 02:10:41 +03:00
parent cbd6b45245
commit 9a58d59f4e
9 changed files with 153 additions and 47 deletions

View File

@@ -59,7 +59,7 @@ class OrderHistory extends StatelessWidget {
String mapUrl =
'https://www.google.com/maps/dir/${rides['start_location']}/${rides['end_location']}/';
// print(mapUrl);
launchUrl1(mapUrl);
showInBrowser(mapUrl);
},
child: Text(
'Click here to Show it in Map',