ChatUiController #721
Answered
by
demchenkoalex
duongtuancanhktpm
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
demchenkoalex
Mar 16, 2025
Replies: 1 comment 1 reply
-
you could control scrolling to bottom when receiving a message with Chat(
builders: Builders(
chatAnimatedListBuilder: (context, itemBuilder) => ChatAnimatedList(itemBuilder: itemBuilder, shouldScrollToEndWhenAtBottom: false),
)
) scroll to bottom should appear automatically I think. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that were all question/requests in this discussion, so marking it as solved.