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>
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
name: drivervault_phone
|
|
description: "DriverVault — car control & service-tracking phone app."
|
|
publish_to: "none"
|
|
version: 0.1.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
http: ^1.2.0
|
|
shared_preferences: ^2.2.0
|
|
intl: ^0.19.0
|
|
cupertino_icons: ^1.0.8
|
|
image_picker: ^1.1.2
|
|
# Attachments are PDFs as well as images, which image_picker cannot offer.
|
|
file_picker: ^10.1.2
|
|
# Opens a downloaded attachment with whatever viewer the phone has for it.
|
|
open_filex: ^4.5.0
|
|
path_provider: ^2.1.4
|
|
local_auth: ^2.3.0
|
|
local_auth_android: ^1.0.46
|
|
flutter_secure_storage: ^9.2.2
|
|
google_fonts: ^6.2.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
flutter_launcher_icons: ^0.14.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
# Per-language UI translation files, read at runtime by lib/i18n.dart.
|
|
assets:
|
|
- assets/i18n/
|
|
|
|
# DriverVault launcher icon — regenerate with:
|
|
# flutter pub run flutter_launcher_icons
|
|
flutter_launcher_icons:
|
|
android: true
|
|
image_path: "assets/icon/drivervault.png"
|
|
min_sdk_android: 21
|
|
adaptive_icon_background: "#1E40AF"
|
|
adaptive_icon_foreground: "assets/icon/drivervault-fg.png"
|