apigoogle??
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user