pull_to_reveal 0.0.1-beta-3 copy "pull_to_reveal: ^0.0.1-beta-3" to clipboard
pull_to_reveal: ^0.0.1-beta-3 copied to clipboard

outdated

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.
30
likes
0
pub points
28%
popularity

Publisher

unverified uploader

A simple Flutter widget that wraps a `ListView` and selectively renders a hidden top element based on user scroll behavior.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pull_to_reveal