Top Flutter Autocomplete packages Search fields are text fields with some added features like autocomplete, also known as typeahead or autosuggest. This feature suggests possible matches as the user types into the search field that helps in finding relevant query faster and can be very useful in filtering the relevant option(s) from a long list of options. Flutter packages that provide the functionality of adding autocomplete, typeahead or autosuggestion are mentioned below.
searchfield
295
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.
autocomplete_textfield
200
A simple and versatile autocomplete text field for flutter, supporting multiple datatypes.
textfield_search
127
A new Flutter package which uses a TextField to search and select it's value from a simple list.
easy_autocomplete
59
A simple but flexible autocomplete TextFormField to help you display suggestions to your users while typing
auto_search
40
A simple Auto Search Text Field to spice up your projects. This package would help incorporate such a feature with ease.
simple_autocomplete_formfield
31
A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.