Bemérés nézet: pont bemérése, törlése, lista, mentés sqlite-ba, exportálás

This commit is contained in:
2026-06-21 12:33:57 +02:00
parent 7c29bc7ae5
commit 52bce4b925
10 changed files with 847 additions and 15 deletions
+3 -3
View File
@@ -91,8 +91,8 @@ class SharedMapWidget extends StatelessWidget {
),
if (controls.showZoomLevel && currentZoom != null)
Positioned(
bottom: 8,
left: 8,
bottom: 150,
left: 4,
child: Obx(() => _ZoomLabel(currentZoom!.value)),
),
],
@@ -163,7 +163,7 @@ class _MapControlsOverlay extends StatelessWidget {
Widget build(BuildContext context) {
return Positioned(
right: 10,
bottom: 80,
bottom: 150,
child: Column(
mainAxisSize: MainAxisSize.min,
children: [