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:
@@ -0,0 +1,32 @@
|
||||
name: pyramid_players
|
||||
description: Pyramid Audio + Video Player widgets (Mockup-Skelett, ohne echte Wiedergabe).
|
||||
publish_to: 'none'
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
flutter: '>=3.16.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
# Optional: Geist + Geist Mono einbinden, sonst Fallback auf System-Sans/Mono
|
||||
# fonts:
|
||||
# - family: Geist
|
||||
# fonts:
|
||||
# - asset: fonts/Geist-Regular.ttf
|
||||
# - asset: fonts/Geist-Medium.ttf
|
||||
# weight: 500
|
||||
# - asset: fonts/Geist-SemiBold.ttf
|
||||
# weight: 600
|
||||
# - family: GeistMono
|
||||
# fonts:
|
||||
# - asset: fonts/GeistMono-Regular.ttf
|
||||
# - asset: fonts/GeistMono-Medium.ttf
|
||||
# weight: 500
|
||||
Reference in New Issue
Block a user