feat: show all episodes on listsheet

This commit is contained in:
bggRGjQaUbCoE
2024-10-02 12:12:50 +08:00
parent 2bd19ec5f8
commit da39a8fd1e
7 changed files with 182 additions and 79 deletions

View File

@@ -118,10 +118,13 @@ class _BangumiPanelState extends State<BangumiPanel> {
padding: WidgetStateProperty.all(EdgeInsets.zero),
),
onPressed: () => widget.showEpisodes(
widget.pages,
widget.pages[currentIndex].bvid,
widget.pages[currentIndex].aid,
cid),
null,
null,
widget.pages,
widget.pages[currentIndex].bvid,
widget.pages[currentIndex].aid,
cid,
),
child: Text(
'${widget.pages.length}',
style: const TextStyle(fontSize: 13),