6/22/2
This commit is contained in:
@@ -49,7 +49,6 @@ class OrderHistory extends StatelessWidget {
|
||||
onTap: () {
|
||||
String mapUrl =
|
||||
'https://www.google.com/maps/dir/${rides['start_location']}/${rides['end_location']}/';
|
||||
// print(mapUrl);
|
||||
showInBrowser(mapUrl);
|
||||
},
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user