Save measured point to file

This commit is contained in:
2025-12-04 14:31:07 +01:00
parent 7e035f1414
commit 061e64fe98
9 changed files with 664 additions and 33 deletions
@@ -65,11 +65,16 @@ class HomeView extends GetView<HomeViewController> {
Get.toNamed("/field_trip");
},
child: Text('Field trip')),
// TextButton(
// onPressed: () async {
// Get.toNamed("/tracking");
// },
// child: Text('Tracking')),
TextButton(
onPressed: () async {
Get.toNamed("/tracking");
Get.toNamed("/map");
},
child: Text('Tracking'))
child: Text('Kitűzés'))
])),
Padding(
padding: const EdgeInsets.only(top: 10.0),