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

EnsureVisible only works for SingleChildScrollView #65

Open
X-Wei opened this issue Jan 17, 2021 · 0 comments
Open

EnsureVisible only works for SingleChildScrollView #65

X-Wei opened this issue Jan 17, 2021 · 0 comments

Comments

@X-Wei
Copy link

X-Wei commented Jan 17, 2021

Hi,

Great job providing this package !

I have had some problem with EnsureVisible, my initial implementation used a ListView, and the EnsureVisible widget will not auto-scroll and show.

After comparing my code to the example, I found out that I need to use a SingleChildScrollView+Column instead of a ListView to make it work: X-Wei/flutter_catalog@ee8b980

If it's the intended behavior(seems so: https://stackoverflow.com/a/49154882/12421326), would be much nicer if we can highlight this in the documentation.

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

1 participant