animated_search_textfield 0.0.2
animated_search_textfield: ^0.0.2 copied to clipboard
A customizable and animated search text field widget for Flutter.
Changelog #
All notable changes to the animated_search_textField package will be documented in this file.
This project follows Semantic Versioning.
0.0.2 (2025-Sep-15) #
- Update documentation in README.md with better usage examples.
0.0.1 (2025-Sep-15) #
- Initial release of
animated_search_textfield
package. - Smooth expand & collapse animation.
- Fully customizable UI (colors, icons, radius, hint text,expanded width).
- Built-in callbacks:
onChanged
→ when user types.onSubmitted
→ when search is submitted.onClear
→ when text is cleared automatically on collapse.
- use animated search text field for any Flutter project.