Hide AppBar on Scroll in Flutter

2 Ways Hide AppBar on Scroll in Flutter

Hide AppBar on Scroll - The app bar allows users to quickly access key features and navigate the app. In some cases, the app bar… Read more  »
How to Use Sliverappbar in Flutter

How to Use SliverAppBar in Flutter

flexible and collapsible app bar that can be used in a CustomScrollView, SliverAppBar in Flutter is a widget in Flutter. As the user navigates a… Read more  »