mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-17 03:06:39 -07:00
fix: Improved and fixed some of the videoPlayer controls (#241)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
effa97e0d8
commit
178af97294
5 changed files with 75 additions and 14 deletions
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue