- GeminiService (integrations/gemini, @Global): extractDocument (OCR fields) + faceMatch; graceful if no GEMINI_API_KEY - documents: face-match now real via Gemini; POST /admin/documents/:id/ocr extracts fields for CS auto-fill - roles: PATCH /admin/users/:id/role (admin) + POST /platform/users/role (bootstrap via x-platform-secret) - config: gemini + platform.secret; .env.example entries Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
29 lines
750 B
YAML
Executable File
29 lines
750 B
YAML
Executable File
# flutter pub run flutter_launcher_icons
|
|
flutter_launcher_icons:
|
|
image_path: "assets/images/logo.png"
|
|
|
|
android: "launcher_icon"
|
|
# image_path_android: "assets/icon/icon.png"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
# adaptive_icon_background: "assets/icon/background.png"
|
|
# adaptive_icon_foreground: "assets/icon/foreground.png"
|
|
|
|
ios: true
|
|
# image_path_ios: "assets/icon/icon.png"
|
|
remove_alpha_channel_ios: true
|
|
|
|
web:
|
|
generate: true
|
|
image_path: "path/to/image.png"
|
|
background_color: "#hexcode"
|
|
theme_color: "#hexcode"
|
|
|
|
windows:
|
|
generate: true
|
|
image_path: "path/to/image.png"
|
|
icon_size: 48 # min:48, max:256, default: 48
|
|
|
|
macos:
|
|
generate: true
|
|
image_path: "path/to/image.png"
|