Collapsing AppBar in Flutter – Android and iOS
Here I will show two different ways to create collapsing AppBar in flutter. Watch Video Tutorial Using NestedScrollView I have the sample image parrot.jpg in the images folder and added to pubspec.yaml. SliverAppBar expands to its expandedHeight when user scrolls the view below the AppBar. Using CustomScrollView Here we… Read More »