pull_to_reveal 0.0.1-beta-3 pull_to_reveal: ^0.0.1-beta-3 copied to clipboard
A simple Flutter widget that wraps a `ListView` and selectively renders a hidden top element based on user scroll behavior.
[0.0.1-beta] - 2019-05-26 #
- Creates
PullToRevealListView
widget that contains a hidden top widget users can pull to reveal. Forces iOS-style scroll physics across platforms to achieve this effect.
[0.0.1-beta-2] - 2019-05-28 #
- Added
dividerBuilder
to place content between list and revealable
[0.0.1-beta-3] - 2019-05-29 #
- Fixed issue where scroll behavior was different depending on whether or not ListView's content overflowed the visible area. Behavior is now different between those two scenarios, but both are acceptable. (When Revealed, and partially scrolling up: overflowing situations will finish closing the Revealable, whereas non-overflowing situations will revert back to a full reveal.) Before, non-overflowing situations reverted back to a full reveal, then blinked away. Very unsatisfying.