Remove flutter chat #26

Manually merged
Henry-Hiles merged 108 commits from remove-flutter-chat into main 2026-05-22 15:26:28 -04:00
Showing only changes of commit 150de1a669 - Show all commits

Change scroll animation length

Henry Hiles 2026-05-19 21:45:03 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -339,7 +339,7 @@ class RoomChat extends HookConsumerWidget {
scrollController: scrollController, scrollController: scrollController,
alignment: 0.5, alignment: 0.5,
duration: (_) => duration: (_) =>
Duration(milliseconds: 250), Duration(milliseconds: 700),
curve: (_) => Curves.easeInOut, curve: (_) => Curves.easeInOut,
); );
flashingEvent.value = replyId; flashingEvent.value = replyId;