wip: Sicherungs-Commit aller Änderungen seit April + Arbeitsstruktur (CLAUDE.md, ROADMAP.md, PROGRESS.md, Autopilot)
6 Wochen uncommittete Arbeit (Voice-Channels, LiveKit-Manager, Settings-Modal u.v.m.) als ein WIP-Commit gesichert, damit nichts verloren geht und der Pi den aktuellen Stand klonen kann. Thematische Aufarbeitung: siehe ROADMAP M0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CPrAGBxBT6GfPXzeWQ4AXb
This commit is contained in:
+35
-3
@@ -1,7 +1,7 @@
|
||||
name: pyramid
|
||||
description: A flexible Matrix client with resizable panel layout.
|
||||
publish_to: none
|
||||
version: 0.1.0+1
|
||||
version: 0.1.35+36
|
||||
|
||||
environment:
|
||||
sdk: ">=3.11.1 <4.0.0"
|
||||
@@ -32,8 +32,6 @@ dependencies:
|
||||
go_router: ^17.2.0
|
||||
|
||||
# UI
|
||||
dynamic_color: ^1.8.1
|
||||
google_fonts: ^6.2.1
|
||||
flutter_svg: ^2.0.17
|
||||
lottie: ^3.3.2
|
||||
pretty_qr_code: ^3.6.0
|
||||
@@ -54,10 +52,26 @@ dependencies:
|
||||
url_launcher: ^6.3.0
|
||||
package_info_plus: ^8.1.0
|
||||
|
||||
# Notifications
|
||||
flutter_local_notifications: ^18.0.0 # Android
|
||||
local_notifier: ^0.1.5 # Windows/desktop toasts
|
||||
windows_taskbar: ^1.0.2 # Windows taskbar flash
|
||||
firebase_core: ^3.6.0
|
||||
firebase_messaging: ^15.1.3
|
||||
|
||||
# File handling
|
||||
file_picker: ^8.1.7
|
||||
desktop_drop: ^0.4.4
|
||||
|
||||
# Document viewer
|
||||
pdfx: ^2.7.0
|
||||
archive: ^4.0.0
|
||||
flutter_markdown: ^0.7.7
|
||||
|
||||
# Clipboard image paste (Windows FFI) & image decoding
|
||||
ffi: ^2.1.0
|
||||
image: ^4.0.0
|
||||
|
||||
# Media playback
|
||||
media_kit: ^1.1.11
|
||||
media_kit_video: ^1.2.5
|
||||
@@ -81,3 +95,21 @@ flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/
|
||||
# Inter wird gebündelt statt zur Laufzeit über google_fonts geladen —
|
||||
# funktioniert offline und beschleunigt den ersten Start.
|
||||
fonts:
|
||||
- family: Inter
|
||||
fonts:
|
||||
- asset: assets/fonts/Inter-Regular.ttf
|
||||
weight: 400
|
||||
- asset: assets/fonts/Inter-Italic.ttf
|
||||
weight: 400
|
||||
style: italic
|
||||
- asset: assets/fonts/Inter-Medium.ttf
|
||||
weight: 500
|
||||
- asset: assets/fonts/Inter-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: assets/fonts/Inter-Bold.ttf
|
||||
weight: 700
|
||||
- asset: assets/fonts/Inter-ExtraBold.ttf
|
||||
weight: 800
|
||||
|
||||
Reference in New Issue
Block a user