v1.1.7+37
All checks were successful
Flutter Schmutter / build (push) Successful in 3m44s

- worst update eu west
This commit is contained in:
2025-06-08 17:16:10 +02:00
parent f7777821fd
commit 346e447d5e
9 changed files with 183 additions and 18 deletions

View File

@ -25,7 +25,7 @@ class VideoControlsOverlay extends ConsumerWidget {
children: [
Positioned(
right: 12,
top: 12,
bottom: 12,
child: _ControlButton(
mediaState.muted ? Icons.volume_off : Icons.volume_up,
() {
@ -35,13 +35,6 @@ class VideoControlsOverlay extends ConsumerWidget {
size: 16,
),
),
Positioned(
right: 12,
bottom: 12,
child: _ControlButton(Icons.fullscreen, () {
button();
}, size: 16),
),
Center(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,