text_search_field 1.0.0
text_search_field: ^1.0.0 copied to clipboard
A dependency text search field widget for flutter which is going to help you with implementation of search filed with suggestions
1.0.0 #
- Breaking Changes: Refactored parameter names for Flutter idiomatic consistency:
inputBorder->bordersearchFieldTextStyle->stylesearchFieldHintTextStyle->hintStylesuggestionItemContainerHeight->itemHeightsuggestionContainerHeight->maxSuggestionsHeightfetch->onSearchquery->onQuery
- Breaking Changes: Removed
isPrimaryparameter fromonSelectedcallback. - UI Modernization:
- New default rounded and filled design for
TextField. - Modernized suggestion list with subtle dividers and better typography.
- Integrated a default search icon and a clear-all button.
- New default rounded and filled design for
- New Features:
- Added search debouncing with configurable
debounceDuration. - Added
enabledandwaitDependencyproperties for better field control. - Added
loadingWidgetandemptyWidgetfor custom search states. - Extensive suggestion overlay styling:
suggestionBackgroundColor,suggestionBorderRadius,suggestionBoxShadow,suggestionOffset. - Added
suggestionPrefixIconto show icons in the suggestion list. - Added
keyboardType,fillColor,filled, andcontentPaddingfor text field customization.
- Added search debouncing with configurable
- Fixes & Improvements:
- Resolved race conditions in async searches using session IDs.
- Fixed suggestion overlay positioning and white-space issues.
- Added comprehensive test suite.
- Improved documentation and examples.
0.0.6 #
- converted from plugins to packages
- some bug fixed
0.0.5 #
- packages upgraded
0.0.4 #
- we are sanitizing space completely
0.0.3 #
- exported Utils class
- key should be always lowercase
- is first item selected bug fixed
0.0.2 #
- null pointer exception issue fixed for dependencyFetch
- added more description & improved pub points
- case sensitive toggle field added for default filter
0.0.1 #
- predefined list search/ filter
- network search query and show suggestion
- other searchFiled dependency
- fetch content on dependency search resolved
- select item from suggestion