mod: 合集season数据解析

This commit is contained in:
guozhigq
2023-06-24 12:14:25 +08:00
parent 4a94b6ba8c
commit f113cdc364
7 changed files with 231 additions and 5 deletions

View File

@ -59,6 +59,10 @@ class _VideoDetailPageState extends State<VideoDetailPage>
setState(() {});
Wakelock.disable();
}
// 播放完成停止 or 切换下一个
if (status == PlayerStatus.completed) {
_meeduPlayerController!.pause();
}
},
);
@ -67,8 +71,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
_extendNestCtr.addListener(
() {
print(_extendNestCtr.position.pixels);
double offset = _extendNestCtr.position.pixels;
if (offset > doubleOffset) {
animationController.forward();