Skip to content

Releases: fluttercandies/flutter_scrollview_observer

1.10.1

02 Mar 15:04
Compare
Choose a tag to compare
  • ObserverController
    • fix: targetOffset calculate may be negative by @zeqinjie in #21.

1.10.0

16 Feb 16:04
Compare
Choose a tag to compare
  • ObserverController
    • Improve [_calculateTargetLayoutOffset] logic by @LinXunFeng @percival888
    • The jumpTo method and animateTo method both add a parameter [padding].
  • ObserverIndexPositionModel
    • Add property [padding].

1.9.2

07 Feb 04:41
Compare
Choose a tag to compare
  • ObserverWidget
    • Catch the exception thrown by getting size.

1.9.1

27 Dec 13:41
Compare
Choose a tag to compare
  • ObserverController
    • Modify offset calculation logic in method [_calculateTargetLayoutOffset]. (#17)

1.9.0

04 Dec 13:26
Compare
Choose a tag to compare
  • ObserverWidget
    • Add property [autoTriggerObserveTypes] and property [triggerOnObserveType].
  • ObserverController
    • Method [dispatchOnceObserve] adds parameter [isForce].

1.8.0

29 Nov 15:23
Compare
Choose a tag to compare
  • Scrolling to the specified index location
    • Supports initializing the index position of the scrollView.
    • Deprecated [clearIndexOffsetCache], please use [clearScrollIndexCache] instead.

1.7.0

24 Nov 16:21
Compare
Choose a tag to compare
  • Chat Observer
    • Add the property [fixedPositionOffset].
    • Deprecated [ChatObserverClampinScrollPhysics], please use [ChatObserverClampingScrollPhysics] instead.

1.6.2

10 Nov 15:49
Compare
Choose a tag to compare
  • Fix lib not working when itemExtent is set in ListView. (#12)

1.6.1

03 Nov 15:34
Compare
Choose a tag to compare
  • Fix lib not working when shrinkWrap is true in scrollView. (#11)

1.6.0

31 Oct 09:45
Compare
Choose a tag to compare
  • Chat Observer
    • Add onHandlePositionCallback.