Skip to content

Releases: fluttercandies/flutter_scrollview_observer

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

1.1.0

19 Jul 16:38
Compare
Choose a tag to compare
  • Supports scrolling to the specified index location

1.0.1

03 Jul 09:58
Compare
Choose a tag to compare
  • Delete useless code

1.0.0

03 Jul 09:44
Compare
Choose a tag to compare
  • 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

05 Jun 06:05
Compare
Choose a tag to compare
  • Support GridView
  • Support the horizontal

0.0.1

28 May 16:22
Compare
Choose a tag to compare

Initial release