Skip to content

2.0.2

Choose a tag to compare

@codenameakshay codenameakshay released this 26 Jun 10:43
· 27 commits to main since this release
574c1d2

Patch release.

Fixed

  • BottomBarController.scrollToStart() (and the built-in back-to-top icon) now fully resets a NestedScrollView. Previously the collapsed SliverAppBar/FlexibleSpaceBar stayed collapsed and the list landed below its true top, because the bar only animated the most-recently-active of the view's two coordinated scroll positions. The controller now detects an enclosing NestedScrollView and drives its shared scroll coordinator with a single call — animating the outer controller to the top (which pulls the inner body up with it) for scrollToStart, and the inner controller to the bottom (which collapses the header) for scrollToEnd. (#21, #22)

Full Changelog: 2.0.1...2.0.2

📦 Published to pub.dev: https://pub.dev/packages/flutter_floating_bottom_bar/versions/2.0.2