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.
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.
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.