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