- fix lint errors
- rename
OnstageStrategy
toVisibilityStrategy
- introduce
getVisibleItems
to indicate which items are visible in the viewport - README update
- support check the visible ratio of the observed RenderObject in a viewport
- support aligning the observed RenderObject when showing it in the viewport.
- add the GroupList example to show the usage of visibleRatioInViewport.
- see details: pull request
- deprecate
RetainableScrollController
, and introducePositionRetainedScrollPhysics
to achieve same goals. - See details: pull request
-
[new feature]: support
RetainableScrollController
to keep scroll offset when inserting a new item into the top of theListView
. -
See details: pull request
- fix: Issue #4
See PR details about the below changes.
- support
SingleChildScrollView
andListWheelScrollView
- remove
PositionedScrollController
- break changes of the design for supporting
SliverScrollObserver
andBoxScrollObserver
.
- fix: not animating if item has been visible. Issue #1
- improve documentation
- fix: determine if the given index is visible when [SliverAppBar] is overlapped with other slivers.
- init release