Stack widget is a built-in widget in flutter SDK which allows us to make a layer of widgets by putting them on top of each… Read More
Tag Archives: Flutter
The flutter, syncfusion date range picker is a widget that is used to select single or multiple dates along with the range between two dates.… Read More
The syncfusion_flutter_charts library in Flutter is used to handle charts. Charts can be very useful while depicting data in visual form. These packages come with… Read More
In Flutter, Shimmer is used to add beautiful animations while content is loading from the servers in an application. This makes the UI look more… Read More
The Animated Splash screen is used for a startup screen in a Flutter application. More or less all applications use them generally to show the… Read More
The Lazy loader is a wrapper to the ScrollView that enables lazy loading. It is very useful in situations where the application’s intent is to… Read More
The grouped_list package in Flutter as the name suggests is used to create list items in different groups. This package also provides 3 specific functions… Read More
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