Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

61 lines (41 loc) · 1.12 KB

1.0.0

  • Initial release.

1.0.2

  • Fix miss information

1.0.4

  • Add comment on constructor library

1.1.0

  • Added feature - focus on tapping the textfield & not just the icon
  • Added feature - support for custom alignment

1.2.0

  • Added feature - Debouncer to detect when you stop typing

1.3.0

  • Fix issue when resize width

2.0.0

  • Migrate to Null Safety

2.1.0

  • Expose more parameter :
    • height
    • closeIcon
    • searchIcon

2.2.0

  • Clear text first then hide searchBar when user press X button

2.3.0

  • Expose TextEditController

2.4.0

2.5.0

  • Expose onFieldSubmitted and TextInputAction #9

2.6.0

  • Replace setState with ValueNotifier
  • Add new unit test
  • Update example to null safety

2.7.0

  • Documented the Code and Optimised it based on Flutter Lints Rules #12 Thanks to jinosh05

2.7.1

  • Fix onChange keep trigger when user close the searchbar
  • Add callback when user close the search

2.7.2

  • Handle if onChanged null

2.8.0

  • Add autoFocus parameter