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.
Adds new properties to style the search input using SearchInputDecoration: cursorColor, cursorWidth, cursorHeight, keyboardAppearance, cursorRadius, cursorOpacityAnimates
[BREAKING] Input deocration properties are now part of SearchInputDecoration following are the properties moved to SearchInputDecoration:
textCapitalization, searchStyle
Addresses Issue: #167
SearchInputDecoration
:cursorColor
,cursorWidth
,cursorHeight
,keyboardAppearance
,cursorRadius
,cursorOpacityAnimates
SearchInputDecoration
following are the properties moved toSearchInputDecoration
:textCapitalization
,searchStyle
Before
After
Pre-launch Checklist
///
).flutter test
If you need help, consider pinging the maintainer @maheshj01