app_bar_search 1.0.6
app_bar_search: ^1.0.6 copied to clipboard
A lightweight Flutter AppBar widget with integrated search and smooth animations.
UPDATED CHANGELOG.md #
1.0.6 #
Added #
- Smooth fade & slide animations for title and search field
- Animated search ↔ clear icon transition
- Full AppBar support using PreferredSizeWidget
- Search callbacks: onChanged, onSubmitted, onClear
- Controller & FocusNode support
- Accessibility improvements
Changed #
- AppBarSearch can now be used directly as Scaffold.appBar
- Improved customization options for text styles and decorations
Fixed #
- Focus handling during search toggle
- Clean state disposal for internal controllers