fading_edge_scrollview 1.1.2 copy "fading_edge_scrollview: ^1.1.2" to clipboard
fading_edge_scrollview: ^1.1.2 copied to clipboard

outdated

Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges

fading_edge_scrollview #

Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges

Usage #

Create FadingEdgeScrollView by calling one of constructors depending on your scroll view class. Unfortunately scrollable view don't share same interface so there are separate constructors for:

  • ScrollView (most scrollable views inherit from this class) FadingEdgeScrollView.fromScrollView
  • SingleChildScrollView FadingEdgeScrollView.fromSingleChildScrollView
  • PageViewFadingEdgeScrollView.fromPageView

View passed as child MUST have controller set. If you want this controller to be disposed when FadingEdgeScrollView is disposed you can pass shouldDisposeScrollController flag set as true to widget constructor.

See documentation and example folder for more information

Demo #

Click to see on Youtube:
ListView with images demo ListView demo PageView demo SingleChildScrollView demo

95
likes
0
pub points
97%
popularity

Publisher

verified publisherponkin.dev

Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fading_edge_scrollview