good_search_appbar 0.0.5 copy "good_search_appbar: ^0.0.5" to clipboard
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 SearchAnimationStyle enum 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 animationStyle parameter on both GoodSearchAppBar and SearchBarWidget.
  • Updated example app to demonstrate both animation styles.
  • Improved API documentation across all public symbols.
  • Bumped flutter_lints to ^4.0.0.
  • Updated minimum Flutter SDK constraint to >=3.0.0.
  • Bumped package version to 0.0.5.

0.0.4 #

  • Added centerTitle parameter 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 AppBar widget.

0.0.1 #

  • Initial release.
1
likes
150
points
62
downloads

Documentation

Documentation
API reference

Publisher

verified publisherzianfahrudy.my.id

Weekly Downloads

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 theming customisation.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on good_search_appbar