Update environment generated file

This commit is contained in:
2025-02-21 08:26:27 +01:00
parent ff9636b75b
commit a46674844c
205 changed files with 17722 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
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";
}