mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: use interactiveviewer gallery
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -30,7 +30,7 @@ class _LiveRoomChatState extends State<LiveRoomChat> {
|
||||
() => ListView.separated(
|
||||
padding: const EdgeInsets.all(0),
|
||||
controller: widget.liveRoomController.scrollController,
|
||||
separatorBuilder: (_, index) => const SizedBox(height: 6),
|
||||
separatorBuilder: (context, index) => const SizedBox(height: 6),
|
||||
itemCount: widget.liveRoomController.messages.length,
|
||||
itemBuilder: (context, index) {
|
||||
return Container(
|
||||
|
||||
Reference in New Issue
Block a user