Releases: fluttercandies/flutter_scrollview_observer
Releases · fluttercandies/flutter_scrollview_observer
1.4.0
- Scrolling to the specified index location
- New
alignment
paramter in thejumpTo
andanimateTo
methods. - Fixed a bug that caused scrolling to the first child to jitter when using
offset
paramter.
- New
1.3.0
1.2.0
- The
jumpTo
andanimateTo
methods add anisFixedHeight
parameter to optimize performance when the child widget is of fixed height - Add the properties
[leadingMarginToViewport]
and[trailingMarginToViewport]
- Support mixing usage of
SliverList
andSliverGrid
1.1.0
- Supports scrolling to the specified index location
1.0.1
- Delete useless code
1.0.0
- Implements a way to use without sliver
[BuildContext]
- Change
[onObserve]
to[onObserveAll]
, and add a new[onObserve]
callback to listen for changes in the child widget display of the first sliver - Add
[ObserverController]
0.1.0
- Support GridView
- Support the horizontal
0.0.1
Initial release