Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Quick Navigation (Scrollbar) #12

Closed
rockingdice opened this issue Aug 27, 2019 · 3 comments
Closed

[Feature Request] Quick Navigation (Scrollbar) #12

rockingdice opened this issue Aug 27, 2019 · 3 comments

Comments

@rockingdice
Copy link

Thanks for your great work, been using it for a while. Working like a charm.
I think if someone needs a long list in flutter, they definitely need this.

However, I need a scrollbar for the users to navigate quickly in the list. I think it's a common feature for a list, I found some libs to achieve the same features, but none of them is correctly functioning.
Is that difficult to implement for the indexed list view?

@marcglasberg
Copy link
Owner

But how do you even define the scrollbar position in an infinite list?

@rockingdice
Copy link
Author

I would like to see it as a finite list but the top and bottom are connected. Each offset of the list can be mapped to an offset in the scrollbar.

So the scrollbar will be reset to the other end if you drag the list exceed the bottom or top. When you drag the scrollbar, the list won't exceed either of its ends, because of the scrollbar in under your finger, it cannot suddenly move to the other end. They could navigate using the scrollbar as a normal one.

@marcglasberg
Copy link
Owner

I believe that's too specific and it's out of the scope of this list. And in any case that seems very difficult to implement with the current indexed_list_view. I have no idea how. Sorry for not being able to help. I'll go on and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants