SliverAppBar is a Material Design widget in flutter which gives scrollable or collapsible app-bar. The word Sliver is given to scrollable areas here. SliverAppBar basically… Read More
Category Archives: Dart
Alert Dialog box informs the user about the situation that requires acknowledgment. Alert Box is a prompt that takes user confirmation. The very basic use… Read More
In Flutter, the page_transition package is used to create beautiful page transitions. It provides a wide range of effects that can be used from moving… Read More
Slidable in an application can be used to perform a wide range of tasks with just a simple swipe to either right or left on… Read More
The Wakelock package in Flutter is used to keep the screen awake while using it. It can be adjusted according to the requirements (how long… Read More
A Convex Bottombar is a app bar designed such a way that there is a convex shape to it. It can make the UI look… Read More
Interaction with the UI is an integral part of any application. But more often than not, the information needs to be sent from one screen… Read More
Rating Bar as the name suggests is used to rate content inside the application. More or less all applications use them either to gate user… Read More
Interaction with the UI is an integral part of any application. But more often than not, the information needs to be sent from one screen… Read More
An adaptive UI is an integral part of any application. As applications nowadays have to function on a wide range of devices ranging from tablets,… Read More
Navigating between the various routes(ie, pages) of an application in Flutter is done with the use of Navigator. The Navigator uses a common identifier to… Read More
Animations are a big part of the Flutter application. It makes an app sweet to the eyes and equally user-friendly. In this article, we will… Read More