EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
612 stars 202 forks source link

Support SearchAnchor #268

Closed mbfakourii closed 11 months ago

mbfakourii commented 1 year ago

The SearchAnchor widget is a very beautiful and fast widget, but it does not support lazy loading. Is it possible to support this widget in this package?

EdsonBueno commented 11 months ago

Why would you want to paginate autocomplete? Those are supposed to be loaded fast, text-only.