inview_notifier_list
inview_notifier_list copied to clipboard
Scroll to index programatically
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
You can use package flutter_scrollview_observer to implement it.