rvamsikrishna / inview_notifier_list

A Flutter package that builds a list view and notifies when the widgets are on screen.
MIT License
677 stars 104 forks source link

isInView not working when using physics: NeverScrollableScrollPhysics() #41

Open SyahrirMbojo opened 3 years ago

SyahrirMbojo commented 3 years ago

I,am using InViewNotifierList inside SingleChildScrollView and set physics: NeverScrollableScrollPhysics() but not working. Is there a workaround regarding that and how can I do it?

Eerey commented 3 years ago

Same Issue

sithumdev commented 1 year ago

Still not working. version: inview_notifier_list: ^3.0.0

Purvik-Bigshorts commented 6 months ago

@SyahrirMbojo Have any one here found any solution for this or any other workaround? I'm stuck at same issue.