Slivers in Flutter: Getting Started | raywenderlich.com

In this article you’ll learn about Slivers in flutter, how they work, and use them to make a beautifully designed app for recipes.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/19539821-slivers-in-flutter-getting-started

Thank you a lot for the tutorial. It really helped understand slivers a lot, but I have on question. How is it possible to make the persistent header only persistent for a section of the ScollView.

For exmaple in the app build make the instructions persistent header disappear once reaching the ingredients part and the same for ingredients persistent header when reaching the numbers section.

I hope to hear a reply soon. Thanks again