Releases: fluttercandies/flutter_scrollview_observer
Releases · fluttercandies/flutter_scrollview_observer
1.10.1
1.10.0
ObserverController
- Improve
[_calculateTargetLayoutOffset]
logic by @LinXunFeng @percival888 - The
jumpTo
method andanimateTo
method both add a parameter[padding]
.
- Improve
ObserverIndexPositionModel
- Add property
[padding]
.
- Add property
1.9.2
ObserverWidget
- Catch the exception thrown by getting size.
1.9.1
1.9.0
ObserverWidget
- Add property
[autoTriggerObserveTypes]
and property[triggerOnObserveType]
.
- Add property
ObserverController
- Method
[dispatchOnceObserve]
adds parameter[isForce]
.
- Method
1.8.0
- Scrolling to the specified index location
- Supports initializing the index position of the scrollView.
- Deprecated
[clearIndexOffsetCache]
, please use[clearScrollIndexCache]
instead.
1.7.0
- Chat Observer
- Add the property
[fixedPositionOffset]
. - Deprecated
[ChatObserverClampinScrollPhysics]
, please use[ChatObserverClampingScrollPhysics]
instead.
- Add the property
1.6.2
1.6.1
1.6.0
- Chat Observer
- Add
onHandlePositionCallback
.
- Add