flutter-autocomplete-textfield icon indicating copy to clipboard operation
flutter-autocomplete-textfield copied to clipboard

Autocomplete on Paged list of data

Open devmithunnath opened this issue 4 years ago • 0 comments

I have a scenario, where a service is providing paged data for example List<Hospital>. Also, I have a textfield which needs to be autocomplete and show suggestions from the data that has been sent by the above service. I have the service working fine, it sends paged data if I send the pageIndex and pageSize. But I'm not sure how to implement the autocomplete part, is there a way to implement this using PageWiseLoad and type_ahead package?

devmithunnath avatar Feb 27 '20 19:02 devmithunnath