scroll_app_bar 2.0.0 scroll_app_bar: ^2.0.0 copied to clipboard
Hide or show app bar while scrolling. This package works without custom scroll view and slivers.
[2.0.0] - July 11, 2021 #
- Null safety support.
[1.0.3] - Jan 13, 2020 #
- Support for transparent appbar (Fix #6). Thanks @ncpleslie and @xJon
[1.0.2] - May 27, 2020 #
- Fix ScrollAppBar cannot update with setState
[1.0.1] - May 26, 2020 #
- Added web support
[1.0.0+2] - May 12, 2020 #
- Updated documentation
[1.0.0+1] - April 30, 2020 #
- Updated documentation
[1.0.0] - April 29, 2020 #
- Fixed snap behavior.
- Used dart extension on
ScrollController
instaedScrollAppBarController
. - Renamed arguments to simplify code.
[0.2.0+1] - April 09, 2020 #
- Fix pub issues.
[0.2.0] - April 09, 2020 #
- Added pin/unpin option.
- Change scroll_bars_common version.
- Fix others issues.
[0.1.1] - April 07, 2020 #
- Added gradient background option.
[0.1.0] - April 06, 2020 #
- Initial release.