Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.15 KB

[2.0.3]

  • 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.

[2.0.2]

  • Fixed the keyboard unfocus issue.

[2.0.1]

  • Bug fix: Text clipping issue fixed.
  • Feature: Can add custom color for the search component. Thanks to Kherld-hussein.

[2.0.0]

  • Added Null Safety support

[1.0.1]

  • 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.

[0.0.8]

  • updated readme with rtl support

[0.0.7]

  • Added rtl support

[0.0.6]

  • Updated Readme

[0.0.2]

  • Added examples

[0.0.1] - Hello World.