inview_notifier_list icon indicating copy to clipboard operation
inview_notifier_list copied to clipboard

Scroll to index programatically

Open BogdanTodea opened this issue 1 year ago • 1 comments

I am trying to scroll the list to index programatically, quite unsuccessfully i am afraid :(, i also gave https://pub.dev/packages/scroll_to_index a try but no positive results so far, i will be tackling this further and if i can make it work i will post my solution.

Until such time, could someone please provide any info if you have come across this issue and how did you solve it.

Thank you

BogdanTodea avatar Mar 09 '23 10:03 BogdanTodea

You can use package flutter_scrollview_observer to implement it.

LinXunFeng avatar Apr 21 '23 03:04 LinXunFeng