diff --git a/lib/src/screens/service.dart b/lib/src/screens/service.dart index 5eff70c..a0b3a0f 100644 --- a/lib/src/screens/service.dart +++ b/lib/src/screens/service.dart @@ -62,7 +62,7 @@ class _ServiceScreenState extends State { // PolylinePoints polylinePoints = PolylinePoints(); // PolylineResult result = await polylinePoints.getRouteBetweenCoordinates( - // apiKey, // Debes reemplazar esto con tu API Key de Google Maps + // 'AIzaSyBp7vsJvD6oXz0FORBLEeIELwId4a2onHQ', // PointLatLng(startLat, startLng), // PointLatLng(endLat, endLng), // ); @@ -297,7 +297,7 @@ class _ServiceScreenState extends State { } void _checkForUpdate(String? settings) { - if (appVersion == settings) { + if (appVersion != settings) { showDialog( context: context, builder: (context) {