0

I want to build something similar to this Spotify UI.

initial

Initially, all buttons are in a single row, (green heart, download, three dots and green play button)

But after the page is scrolled, all other buttons gets scrolled above, and picture gets converted to Appbar, but the play button sticks to the middle of the Appbar instead of scrolling off. This is equivalent to position: sticky of CSS

enter image description here

I did some research on SliverAppBar and SliverPersistentHeaders, i know picture to appbar transition can be made with SliverAppbar or SliverPersistentHeaderDelegate, but i am not able to figure out how to make that green play button stick to the middle of the appbar.

Any help will be appreciated! Thank you.

Sanketh B. K
  • 759
  • 8
  • 22

1 Answers1

0

I created a package for same use-case https://pub.dev/packages/flutter_sticky_widgets

Sanketh B. K
  • 759
  • 8
  • 22