Save measured point to file
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user