refa: later view page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-12 15:05:57 +08:00
parent 4d3f739a0c
commit afc8c5f873
25 changed files with 918 additions and 571 deletions

View File

@@ -78,9 +78,11 @@ class _WhisperPageState extends State<WhisperPage> {
_whisperController.onRefresh(),
]);
},
// TODO: refactor
child: ListView(
padding: EdgeInsets.only(bottom: 80),
controller: _scrollController,
physics: const AlwaysScrollableScrollPhysics(),
children: [
LayoutBuilder(
builder: (BuildContext context, BoxConstraints constraints) {