implemented backward pagination for chat history with on-scroll prefetching

This commit is contained in:
2026-07-17 20:14:47 +02:00
parent 101e7c909c
commit f3cd7896d9
7 changed files with 270 additions and 40 deletions
@@ -11,6 +11,8 @@ abstract class ChatState with _$ChatState {
@Default('') String currentToken,
GetChatResponse? chatResponse,
int? referenceMessageId,
@Default(true) bool hasMoreOld,
@Default(false) bool isLoadingOlder,
}) = _ChatState;
factory ChatState.fromJson(Map<String, Object?> json) =>