2.0.2
Patch release.
Fixed
BottomBarController.scrollToStart()(and the built-in back-to-top icon) now fully resets aNestedScrollView. Previously the collapsedSliverAppBar/FlexibleSpaceBarstayed 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 enclosingNestedScrollViewand drives its shared scroll coordinator with a single call — animating the outer controller to the top (which pulls the inner body up with it) forscrollToStart, and the inner controller to the bottom (which collapses the header) forscrollToEnd. (#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