good_search_appbar 0.0.5
good_search_appbar: ^0.0.5 copied to clipboard
A Flutter AppBar widget that smoothly animates between a title and a search text field. Supports multiple animation styles (slide, fade+scale), optional filter button, debounced search, and full themi [...]
0.0.5 #
- Added
SearchAnimationStyleenum with two built-in animation styles:SearchAnimationStyle.slide— slides the title out to the left and the search field in from the right (original behaviour, still the default).SearchAnimationStyle.fadeScale— fades and scales the widgets in/out for a softer, modern feel.
- Exposed
animationStyleparameter on bothGoodSearchAppBarandSearchBarWidget. - Updated example app to demonstrate both animation styles.
- Improved API documentation across all public symbols.
- Bumped
flutter_lintsto^4.0.0. - Updated minimum Flutter SDK constraint to
>=3.0.0. - Bumped package version to
0.0.5.
0.0.4 #
- Added
centerTitleparameter to control AppBar title alignment.
0.0.3 #
- Updated README.
- Migrated to Dart 3.0.0.
0.0.2 #
- Updated README.
- Migrated search bar to use the standard
AppBarwidget.
0.0.1 #
- Initial release.