scroll-to-index icon indicating copy to clipboard operation
scroll-to-index copied to clipboard

scroll to index with fixed/variable row height inside Flutter scrollable widget

Results 28 scroll-to-index issues
Sort by recently updated
recently updated
newest added

Hi, This is indeed a great library and working quite well until we have widgets which we want to keep alive throughout. In our case the inner widgets (of the...

Update something about Android Studio 2022.2.1. For example : update android JDK to 17, compileSdkVersion to 31, and some ignore. And update flutter sdk version.

Matching on string will work for indexes, but it will also work for arbitrary tags such as 'target:foo'. Matching on index only works for numbers, and you end up having...

Fixed issues with scrolling in lists with items that contain normal widgets and widgets with AutomaticKeepAliveClientMixin.

- In my use case, when the height of the list view is dynamic, the scrolling to the index position may not be correct (the offset is clamped due to...

No breaking change (I think) Add support for addition custom offset. `.scrollToIndex()` now takes an additional nullable `offset` parameter which move the final offset by this amount.