opt: play speed

Closes #11

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-26 18:02:33 +08:00
parent 4df9f55e00
commit 1df218b313
6 changed files with 124 additions and 155 deletions

View File

@@ -461,7 +461,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
initialValue: plPlayerController.playbackSpeed,
color: Colors.black.withOpacity(0.8),
itemBuilder: (BuildContext context) {
return plPlayerController.speedsList.map((double speed) {
return plPlayerController.speedList.map((double speed) {
return PopupMenuItem<double>(
height: 35,
padding: const EdgeInsets.only(left: 30),