mponkin / fading_edge_scrollview

Flutter library for displaying fading edges on scroll views
BSD 3-Clause "New" or "Revised" License
43 stars 30 forks source link

Hide fade if content too small to be scrollable #6

Closed georgeherby closed 4 years ago

georgeherby commented 4 years ago

Fixs #4

This contains a fix from #4 detailed by @dannyalbuquerque that resolves the initial issue.

However, when using his workaround I noticed that this was not applying when doing a window resize on macOS (as this does not trigger a scroll event). So I added functionality to handle this on-screen resize (this will apply to web and mobile for window resizing and also if mobile was to rotate. See gif:

fade_on_scroll