feat: slide dismiss tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-24 22:11:49 +08:00
parent a130b5db98
commit 3993ff8a8e
10 changed files with 3789 additions and 52 deletions

View File

@@ -1921,6 +1921,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
child: Obx(
() => EpisodePanel(
heroTag: heroTag,
enableSlide: false,
videoIntroController: videoIntroController,
type: EpisodeType.part,
list: [videoIntroController.videoDetail.value.pages!],
@@ -1968,6 +1969,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
child: Obx(
() => EpisodePanel(
heroTag: heroTag,
enableSlide: false,
videoIntroController: videoIntroController,
type: EpisodeType.season,
initialTabIndex: videoDetailController.seasonIndex.value,