Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -56,8 +56,8 @@ class GoogleMapPassengerWidget extends StatelessWidget {
|
||||
Log.print('⚠️ onCameraIdle: mapController is NULL');
|
||||
}
|
||||
},
|
||||
markers: controller.markers,
|
||||
polylines: controller.polyLines,
|
||||
markers: Set.of(controller.markers),
|
||||
polylines: Set.of(controller.polyLines),
|
||||
polygons: controller.polygons,
|
||||
circles: controller.circles,
|
||||
initialCameraPosition: CameraPosition(
|
||||
|
||||
@@ -387,10 +387,10 @@ class MapMenuWidget extends StatelessWidget {
|
||||
if (await canLaunchUrl(url)) {
|
||||
await launchUrl(url);
|
||||
} else {
|
||||
mySnackeBarError('Could not launch driver app store.');
|
||||
mySnackbarError('Could not launch driver app store.');
|
||||
}
|
||||
} catch (e) {
|
||||
mySnackeBarError('Could not open the link.');
|
||||
mySnackbarError('Could not open the link.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user