Skip to content

Releases: fluttercandies/flutter_scrollview_observer

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.

1.5.1

22 Oct 07:46
Compare
Choose a tag to compare
  • Fix scrollView being stuck when child widget get [size]. (#10)

1.5.0

29 Sep 16:11
Compare
Choose a tag to compare
  • Chat Observer
    • Quickly implement the chat session page effect.
  • Scrolling to the specified index location
    • Add the property [cacheJumpIndexOffset].

1.4.0

27 Aug 03:58
Compare
Choose a tag to compare
  • Scrolling to the specified index location
    • New alignment paramter in the jumpTo and animateTo methods.
    • Fixed a bug that caused scrolling to the first child to jitter when using offset paramter.

1.3.0

21 Aug 07:53
Compare
Choose a tag to compare
  • Scrolling to the specified index location supports the SliverPersistentHeader. (#9)
  • Add ObserverUtils
    • Method calcPersistentHeaderExtent: Calculate current extent of RenderSliverPersistentHeader. (#9)
    • Method calcAnchorTabIndex: Calculate the anchor tab index.

1.2.0

07 Aug 16:26
Compare
Choose a tag to compare
  • The jumpTo and animateTo methods add an isFixedHeight parameter to optimize performance when the child widget is of fixed height
  • Add the properties [leadingMarginToViewport] and [trailingMarginToViewport]
  • Support mixing usage of SliverList and SliverGrid