- Added onSubmitted callback.
- Option to change icon colors.
- Option to change text area color when search bar opens.
- When user taps X and the search field is empty the bar closes.
- Thanks to stevenrobson for this awesome PR #21.
- Fixed the keyboard unfocus issue.
- Bug fix: Text clipping issue fixed.
- Feature: Can add custom color for the search component. Thanks to Kherld-hussein.
- Added Null Safety support
- AutoFocus option is now available - when the search bar is opened, the keyboard will pop open and closes when the search bar is closed.
- Added TextStyle option to the TextField
- Added option to close the search bar when suffixIcon is tapped.
- PrefixIcon and SuffixIcon is now Icon not IconData, to allow more granular customization.
- updated readme with rtl support
- Added rtl support
- Updated Readme
- Added examples