animated_search_bar 2.4.0 animated_search_bar: ^2.4.0 copied to clipboard
A Beautiful and Simple SearchBar widget with animation transition. It can be fully customized with label, labelStyle, searchDecoration, etc. It also maintains onChange state.
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 #
- ability to align the label #7 Thanks to LukeStoneHm