quire-io / scroll-to-index

scroll to index with fixed/variable row height inside Flutter scrollable widget
MIT License
518 stars 105 forks source link

Is possible to use with CustomScrollView #60

Closed dariocavada closed 3 years ago

dariocavada commented 3 years ago

Just to know if it's possible to use with CustomScrollView and SliverList.

jerrywell commented 3 years ago

CustomScrollView is basically a base view of ListView. search the Transitioning to CustomScrollView in https://api.flutter.dev/flutter/widgets/ListView-class.html. so it shall work as expected.