Closed imSanjaySoni closed 3 years ago
just merged the container and list view builder into custom scroll view, please see the migration example: the section of Transitioning to CustomScrollView
in https://api.flutter.dev/flutter/widgets/ListView-class.html.
@jerrywell Can you please explain the reason for this issue? I am facing a similar issue where .highlight()
is working as expected but .scrollToIndex()
is not scrolling the list item even after transitioning to CustomScrollView
.
the single level children should work fine in this package. you can post the issue if it doesn't work.
Can you please help, How can Use scroll_to_index list inside a list?