Phone App: rename Dart package to drivervault_phone
Follows the Android package rename: updates the pubspec name, the package: imports in the tests, the web title/manifest strings, and the project name in the README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
fee4fda974
commit
8f876db19c
+1
-1
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
<!-- iOS meta tags & icons -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="carcontrol_phone">
|
||||
<meta name="apple-mobile-web-app-title" content="drivervault_phone">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
|
||||
<title>carcontrol_phone</title>
|
||||
<title>drivervault_phone</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user