first init after flutter pub get and app name chanching

This commit is contained in:
2025-11-06 10:13:12 +01:00
parent 834ca2327a
commit 95ebd55bcd
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "flutter_template_getx_provider")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.flutter_template_getx_provider")
set(APPLICATION_ID "net.ipv64.joshihomeserver.ta.flutter_webapp_anwendung_tanken")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.