diff --git a/Phone App/README.md b/Phone App/README.md index 8049845..4b1a26f 100644 --- a/Phone App/README.md +++ b/Phone App/README.md @@ -5,7 +5,7 @@ API Server (same contract and auth as the web app — a PocketBase token relayed the server, not a JWT the server mints). At full feature parity with the web app (data export/import is the only deliberate omission). -Project name `carcontrol_phone`, package id `com.drivervault.phoneapp`. +Project name `drivervault_phone`, package id `com.drivervault.phoneapp`. **Android is the supported target** — the older Flutter-web build path is deprecated. diff --git a/Phone App/pubspec.yaml b/Phone App/pubspec.yaml index a191d7e..7a7ff3e 100644 --- a/Phone App/pubspec.yaml +++ b/Phone App/pubspec.yaml @@ -1,4 +1,4 @@ -name: carcontrol_phone +name: drivervault_phone description: "DriverVault — car control & service-tracking phone app." publish_to: "none" version: 0.1.0+1 diff --git a/Phone App/test/models_format_test.dart b/Phone App/test/models_format_test.dart index d797113..f6b15c3 100644 --- a/Phone App/test/models_format_test.dart +++ b/Phone App/test/models_format_test.dart @@ -8,10 +8,10 @@ // phone's) must not throw out of every date on screen. import "package:flutter_test/flutter_test.dart"; import "package:intl/date_symbol_data_local.dart"; -import "package:carcontrol_phone/format.dart"; -import "package:carcontrol_phone/i18n.dart"; -import "package:carcontrol_phone/main.dart"; -import "package:carcontrol_phone/models.dart"; +import "package:drivervault_phone/format.dart"; +import "package:drivervault_phone/i18n.dart"; +import "package:drivervault_phone/main.dart"; +import "package:drivervault_phone/models.dart"; void main() { // rootBundle (used by loadTranslations) needs the binding initialised. diff --git a/Phone App/web/index.html b/Phone App/web/index.html index 23e97bc..88f000d 100644 --- a/Phone App/web/index.html +++ b/Phone App/web/index.html @@ -23,13 +23,13 @@ - + - carcontrol_phone + drivervault_phone diff --git a/Phone App/web/manifest.json b/Phone App/web/manifest.json index f653f05..ef07bab 100644 --- a/Phone App/web/manifest.json +++ b/Phone App/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "carcontrol_phone", - "short_name": "carcontrol_phone", + "name": "drivervault_phone", + "short_name": "drivervault_phone", "start_url": ".", "display": "standalone", "background_color": "#0175C2",