You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on our debugging this morning, our team believes we cannot wrap DashChat with RefreshIndicator because scrollNotificationFunc returns true for the NotificationListener's onNotification. This essentially suppresses scroll events and prevents them from bubbling up.
We are currently on a fork and can flip this to false for our own needs, but I'm curious:
Why does this return true in the first place? It looks like it's related to adding the ScrollToBottom widget functionality: 91f4eeb
Are there implications to flipping this to false that our team has not anticipated?
Based on our debugging this morning, our team believes we cannot wrap
DashChat
withRefreshIndicator
becausescrollNotificationFunc
returnstrue
for theNotificationListener
'sonNotification
. This essentially suppresses scroll events and prevents them from bubbling up.We are currently on a fork and can flip this to
false
for our own needs, but I'm curious:true
in the first place? It looks like it's related to adding theScrollToBottom
widget functionality: 91f4eebfalse
that our team has not anticipated?dash_chat/lib/src/message_listview.dart
Line 99 in cfbc903
Thanks so much for your time and help!
The text was updated successfully, but these errors were encountered: