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

Support all ListView and CustomScrollView properties #60

Open nqhhdev opened 7 months ago

nqhhdev commented 7 months ago

Hi Vamsi Krishna,

First of all, thank you for your contributions to the flutter community.

In our project we used the library very well, but now we support some cases to fit the project.

I really hope you can see and give feedback about my PR soon.

Thank you

nqhhdev commented 6 months ago

Hi @rvamsikrishna any update?

bffcorreia commented 4 months ago

Hey @rvamsikrishna any chance to review this and merge it? There are many properties of the CustomScrollView like cacheExtent that are really important to allow some tweaks in lists.