apigoogle??

This commit is contained in:
Felipe
2023-11-08 20:16:19 -05:00
parent 5af3b24275
commit db2f965e4c
+2 -2
View File
@@ -62,7 +62,7 @@ class _ServiceScreenState extends State<ServiceScreen> {
// PolylinePoints polylinePoints = PolylinePoints(); // PolylinePoints polylinePoints = PolylinePoints();
// PolylineResult result = await polylinePoints.getRouteBetweenCoordinates( // PolylineResult result = await polylinePoints.getRouteBetweenCoordinates(
// apiKey, // Debes reemplazar esto con tu API Key de Google Maps // 'AIzaSyBp7vsJvD6oXz0FORBLEeIELwId4a2onHQ',
// PointLatLng(startLat, startLng), // PointLatLng(startLat, startLng),
// PointLatLng(endLat, endLng), // PointLatLng(endLat, endLng),
// ); // );
@@ -297,7 +297,7 @@ class _ServiceScreenState extends State<ServiceScreen> {
} }
void _checkForUpdate(String? settings) { void _checkForUpdate(String? settings) {
if (appVersion == settings) { if (appVersion != settings) {
showDialog( showDialog(
context: context, context: context,
builder: (context) { builder: (context) {