b9e68e3bc8
Per-screen application of the design system to the Flutter app. Mirrors the web's surface phase landed in FabledScribe v26.04.28.1. Foundation port shipped in 0f05f47; this is the surface work. Lucide icon migration - Added lucide_icons ^0.257.0 dependency - 107 Material Icons references → LucideIcons across 21 files. Drop-in IconData swap (Icon(LucideIcons.X) instead of Icon(Icons.x)). - Lucide import added to each touched file. Input border radius - theme.dart inputDecorationTheme borderRadius 24 → 8 in both light and dark themes. Doc says radius-md (8px) for inputs; previous pill shape was Material default that the doc deviates from. Illuminated Transcript pattern (ChatMessageBubble) - User bubble: accent-tinted border → neutral Pewter (scheme.outline). Asymmetric corner already correct (bottomRight 4px). - Assistant bubble: topLeft corner 4 → 16; only bottomLeft stays 4 (the "tail" effect, mirroring web's `border-bottom-left-radius: 4px`). Background switched from surfaceContainerHighest (Slate) to surface (Iron) per the doc spec "card surface". - Assistant bubble glow shadow added — accent-tinted blur (28px alpha 0.14) + depth shadow (8px alpha 0.4 black). Mirrors web's --color-bubble-asst-shadow. ActionColors wiring (Hybrid rule) - 5 'Delete' confirm buttons across notes / tasks / chat conversations / calendar event sheet → Oxblood action-destructive via the ActionColors ThemeExtension defined in the foundation port. Foreground for ghost/text variants, backgroundColor for filled. - Calendar event Save button → Moss action-primary. The first call site to wire ActionColors.primary; serves as the pattern for future Save reclassifications. - Other Save buttons (note edit, task edit, project edit, etc.) still flow through colorScheme.primary (dusty violet) and read as brand-moment. Reclassifying those is deferred — the wiring pattern is established and can be applied incrementally as files are touched. Indigo cleanup - 4 hardcoded #7C3AED / #5B21B6 literals → dusty-violet equivalents (#5B4A8A / #3F3560). Spots: project_tasks_screen color fallback (×2), journal_screen gradient. Verification - flutter analyze: No issues found What's deferred - Per-screen Save / Cancel reclassification beyond the calendar event Save button. Wiring pattern established; rollout opportunistic. - Long-form 1.7 line-height on assistant Markdown content (would require MarkdownStyleSheet work; minor). - Surface walk on Knowledge / Projects / Settings screens for any hardcoded styling that needs touch. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
56 lines
1.2 KiB
YAML
56 lines
1.2 KiB
YAML
name: fabled_app
|
|
description: "FabledAssistant mobile client for Android."
|
|
publish_to: 'none'
|
|
|
|
version: 0.0.0+0 # overridden at build time via --build-name / --build-number
|
|
|
|
environment:
|
|
sdk: ^3.11.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.8
|
|
lucide_icons: ^0.257.0
|
|
flutter_riverpod: ^3.3.1
|
|
go_router: ^17.1.0
|
|
dio: ^5.6.0
|
|
cookie_jar: ^4.0.8
|
|
dio_cookie_manager: ^3.1.1
|
|
path_provider: ^2.1.4
|
|
shared_preferences: ^2.3.2
|
|
markdown: ^7.2.2
|
|
package_info_plus: ^9.0.0
|
|
open_file: ^3.3.2
|
|
permission_handler: ^11.3.1
|
|
flutter_inappwebview: ^6.1.5
|
|
flutter_markdown_plus: ^1.0.7
|
|
google_fonts: ^8.0.2
|
|
flutter_timezone: ^5.0.2
|
|
url_launcher: ^6.3.1
|
|
record: ^6.2.0
|
|
vad: ^0.0.7
|
|
just_audio: ^0.9.39
|
|
table_calendar: ^3.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
flutter_launcher_icons: ^0.14.3
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: false
|
|
remove_alpha_ios: false
|
|
image_path: "assets/icon/app_icon_fg.png"
|
|
adaptive_icon_background: "assets/icon/app_icon_bg_transparent.png"
|
|
adaptive_icon_foreground: "assets/icon/app_icon_fg.png"
|
|
min_sdk_android: 21
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/icon/
|