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
I'm trying to implement a feature similar to WhatsApp, where the user can scroll up, and a "scroll down" button becomes visible, allowing them to quickly jump to the bottom of the list. However, I can't find a way to manage listeners in a manner similar to Flutter's built-in ScrollController.
The text was updated successfully, but these errors were encountered:
I'm trying to implement a feature similar to WhatsApp, where the user can scroll up, and a "scroll down" button becomes visible, allowing them to quickly jump to the bottom of the list. However, I can't find a way to manage listeners in a manner similar to Flutter's built-in
ScrollController
.The text was updated successfully, but these errors were encountered: