Libella megjelnítése mérőrúdhoz, transzverzális rajzolása az aktuális kitűzendő ponthoz

This commit is contained in:
2026-07-07 02:48:37 +02:00
parent ecb4892bc8
commit d3857f7fde
7 changed files with 629 additions and 0 deletions
@@ -5,6 +5,7 @@ import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:terepi_seged/pages/map_survey/presentations/widgets/stakeout_list_sheet.dart';
import 'package:terepi_seged/pages/map_survey/presentations/widgets/stakeout_settings_dialog.dart';
import 'package:terepi_seged/pages/map_survey/presentations/widgets/tilt_bubble.dart';
import 'package:terepi_seged/routes/app_pages.dart';
import 'package:terepi_seged/services/gnss/gnss_service.dart';
import 'package:terepi_seged/services/stakeout_service.dart';
@@ -134,6 +135,8 @@ class StakeoutPanel extends StatelessWidget {
tooltip: 'Haptikus visszajelzés',
onPressed: () => svc.hapticsEnabled.toggle(),
)),
const TiltBubble(),
const SizedBox(width: 2),
IconButton(
icon: const Icon(Icons.list_alt),
visualDensity: VisualDensity.compact,