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  »
Hide FloatingActionButton on Scroll Flutter

4 Steps to Hide FloatingActionButton on Scroll Flutter

Hide FloatingActionButton - The FloatingActionButton is a widget in Flutter that is designed based on the material design pattern. As its name suggests, the widget… Read more  »
How to Create a Bottom NavigationBar in Flutter

How to Create a Bottom NavigationBar in Flutter

Bottom NavigationBar in Flutter - Tabs on the BottomNavigationBar reflect app screens or routes. The active tab is highlighted, and tapping any tab switches screens.… Read more  »
Show hide widget in Flutter

Show Hide Widget in Flutter

Show hide widget in Flutter using Visibility and Opacity Flutter - One of Flutter widget, "Visibility," determines whether or not its offspring are visible. It… Read more  »