mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -1114,8 +1114,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
() {
|
() {
|
||||||
final videoFit = plPlayerController.videoFit.value;
|
final videoFit = plPlayerController.videoFit.value;
|
||||||
return Video(
|
return Video(
|
||||||
fill: widget.fill ?? Colors.black,
|
|
||||||
key: key,
|
key: key,
|
||||||
|
width: maxWidth,
|
||||||
|
height: maxHeight,
|
||||||
|
fill: widget.fill ?? Colors.black,
|
||||||
alignment: widget.alignment ?? Alignment.center,
|
alignment: widget.alignment ?? Alignment.center,
|
||||||
controller: videoController,
|
controller: videoController,
|
||||||
controls: NoVideoControls,
|
controls: NoVideoControls,
|
||||||
|
|||||||
@@ -1225,7 +1225,7 @@ packages:
|
|||||||
description:
|
description:
|
||||||
path: media_kit_video
|
path: media_kit_video
|
||||||
ref: "version_1.2.5"
|
ref: "version_1.2.5"
|
||||||
resolved-ref: "69fbf92def88d4304fc177fa4dd14664c0c2d8d5"
|
resolved-ref: "4785f3223ff04d86b1644ab114e3960723ddf7cd"
|
||||||
url: "https://github.com/bggRGjQaUbCoE/media-kit.git"
|
url: "https://github.com/bggRGjQaUbCoE/media-kit.git"
|
||||||
source: git
|
source: git
|
||||||
version: "1.2.5"
|
version: "1.2.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user