fix: Improved and fixed some of the videoPlayer controls (#241)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-02-28 09:58:10 +01:00 committed by GitHub
parent effa97e0d8
commit 178af97294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 14 deletions

View file

@ -142,7 +142,7 @@ class _SimpleVideoPlayerState extends ConsumerState<SimpleVideoPlayer> with Wind
Positioned.fill(
child: FladderImage(
image: widget.video.thumbnail?.primary,
enableBlur: true,
disableBlur: true,
fit: BoxFit.contain,
),
),