25ed765a03
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
33 lines
795 B
YAML
33 lines
795 B
YAML
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
|