- Initial release.
- Fix miss information
- Add comment on constructor library
- Added feature - focus on tapping the textfield & not just the icon
- Added feature - support for custom alignment
- Added feature - Debouncer to detect when you stop typing
- Fix issue when resize width
- Migrate to Null Safety
- Expose more parameter :
- height
- closeIcon
- searchIcon
- Clear text first then hide searchBar when user press X button
- Expose TextEditController
- ability to align the label #7 Thanks to LukeStoneHm
- Expose onFieldSubmitted and TextInputAction #9
- Replace setState with ValueNotifier
- Add new unit test
- Update example to null safety
- Documented the Code and Optimised it based on Flutter Lints Rules #12 Thanks to jinosh05
- Fix onChange keep trigger when user close the searchbar
- Add callback when user close the search
- Handle if onChanged null
- Add autoFocus parameter