compile time version definition

This commit is contained in:
unknown
2022-02-01 18:33:13 +01:00
parent 8673a9e42a
commit 0fca636311
14 changed files with 60 additions and 31 deletions

View File

@@ -143,6 +143,7 @@ class App extends StatelessWidget {
case "settings":
return settingsRoute(const SettingsScreen());
}
return null;
// else if platform == windows || ...
}