Migrate to new gradle build version

This commit is contained in:
2025-02-21 00:13:25 +01:00
parent afad23ca20
commit 1be6b0681f
132 changed files with 19306 additions and 105 deletions
@@ -222,10 +222,11 @@ class NavigationView extends GetView<NavigationViewController> {
? FlutterMap(
mapController: controller.mapController,
options: MapOptions(
center: LatLng(controller.currentLatitude.value,
initialCenter: LatLng(
controller.currentLatitude.value,
controller.currentLongitude.value),
maxZoom: 25,
zoom: controller.currentZoom.value,
initialZoom: controller.currentZoom.value,
),
children: [
TileLayer(