fading_edge_scrollview
FadingEdgeScrollView를 제공하는 패키지로, 페이딩 엣지가 있는 스크롤 가능한 뷰를 만들 수 있습니다
스크롤 뷰에서 페이딩 에지 표시를 위한 Flutter 라이브러리
{"sdk":"flutter"}{"sdk":"flutter"}^3.0.1아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges
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:
FadingEdgeScrollView.fromScrollViewFadingEdgeScrollView.fromSingleChildScrollViewFadingEdgeScrollView.fromPageViewFadingEdgeScrollView.fromAnimatedListFadingEdgeScrollView.fromListWheelScrollViewView passed as child MUST have controller set.
See documentation and example folder for more information
Field shouldDisposeScrollController was removed. I was not realizing how widgets should work when I added it.
If you were using it - move scrollController creation and disposal to some StatefulWidget.
Click to see on Youtube:
ListView with images demo
ListView demo
PageView demo
SingleChildScrollView demo