text_search_field library

Classes

TextSearchField
this is a search for searching or filtering item from list, server or network hint is a string to show hint to user in textSearchField, using inputBorder you can change your textSearchField broder colors and style, with searchFieldTextStyle you can change input text style of textSearchField, and with searchFieldHintTextStyle you will be able to change hint text style, if you want to add default or initial value to textSearchField you will able to do it with initialValue, you can add predefine list for filter in the search field using filterItems, if you want to enable fullTextSearch on default filter you can do it by enable this, if you want to change keyboard input type or submit button then you will be able to do it by textInputAction, if you want to handle filter or search from the server then you will be able to do it using fetch, with query you can added custom filter code on predefined list, you can change suggestion item touch ripple colors with rippleColor, whenever user will press submit button or they will touch suggestion item then onSelected method is going to trigger with controller you will be able to add dependency and able to handle textSearchField widget with dependency you can declare dependency on other textSearchField if searchFiled has dependency on other searchFiled then after fetching initial searchFiled this dependencyFetch method is going to trigger you can change text style with suggestionTextStyle you you want to style your suggestion item you can do with suggestionItemDecoration you can define height of suggestion item with suggestionItemContainerHeight you can add alignment of text with suggestionTextAlignment with suggestionContainerHeight you can define suggestion height with caseSensitive you can enable and disable case sensitive of default query filter
TextSearchFieldController
TextSearchFieldDataModel
Utils