scroll_to_hide 2.3.0
scroll_to_hide: ^2.3.0 copied to clipboard
A Flutter widget that hides or shows any child when the user scrolls.
2.3.0 #
- Added
ScrollToHideControllerfor manualshow,hide,toggle, and visibility reads. - Added optional
RouteObserversupport to show hidden widgets again when returning from a pushed route. - Made
hideDirectiondefault toAxis.vertical. - Fixed listener cleanup when
scrollControllerchanges. - Reworked the hide animation to clip cleanly without wrapping the child.
- Added package-level widget tests for scroll behavior, route restore, controller restore, and controller swaps.
- Updated README usage, navigation restore guidance, package metadata, and examples.
2.2.1 #
[Break Release]Upgrading Environment Variable, SDK
2.2.0 #
Adding horizontal Hide with animation,minor bug fix,
2.1.0 #
Error Fixing When widget is not Mounted. Better Formated Example License Changed to MIT
2.0.1 #
Changing ReadMe.
2.0.0 #
[Break Release] Changing Environment Version,Added Example.
1.1.1 #
Updated License.
1.1.0 #
Added Documentation, Updated Description.
1.0.5 #
updated Description, License.