This commit is contained in:
2025-02-21 08:20:41 +01:00
parent 1be6b0681f
commit ff9636b75b
330 changed files with 0 additions and 36926 deletions
-19
View File
@@ -1,19 +0,0 @@
part of 'app_pages.dart';
abstract class Routes {
Routes._();
static const STARTPAGE = '/start_page';
static const HOME = '/home';
static const TEST = '/test';
static const BLUETOOTH = '/bluetooth_test';
static const MAP = '/map';
static const SOCKETTEST = '/socket_test';
static const RTCMTEST = "/rtcm_test";
static const NAVIGATION = "/navigation";
static const MAPTEST = '/map_test';
static const PROPERTYLIST = '/property_list';
static const MEASUREDDATA = '/measured_data';
static const MAPADDPOINTDIALOG = "/map_add_point_dialog";
}