maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 63 forks source link

Expose Scroll events for Pagination #118

Closed maheshj01 closed 8 months ago

maheshj01 commented 8 months ago

Is your feature request related to a problem? Please describe. To implement features like pagination on the client side we should expose scroll events of the suggestion

Describe the solution you'd like A scroll event callback should be fired when the suggestions are scrolled with two parameters offset and maxOffset.

maheshj01 commented 8 months ago

Released in v0.9.7

See: Pagination example