Dynamic widgets are a powerful feature in Flutter that allow you to generate widgets at runtime based on data or user input. In this article,… Read More
Tag Archives: Flutter-widgets
To get the height of a widget in Flutter, you can use the LayoutBuilder widget to obtain the constraints of the parent container and then… Read More
Flutter is a mobile app development framework that allows developers to create beautiful and responsive user interfaces with ease. This is made possible through the… Read More
Handling conditions is not too much difficult in Flutter. We can easily write our conditions based on the requirements which we are acquiring from our… Read More
Flutter provides an inbuilt widget called “Offstage”, which is been used to hide or show any widget programmatically depending on user action/event. Offstage Widget is… Read More
In Flutter, every Scrollable sends Notifications that contain information about the current scroll state. So to catch these notifications we use NotificationListener Widget. NotificationListener Widget… Read More
A Colored Box is a container that fills it with color according to its child or A widget that paints its area with a specified… Read More
A grid paper is a paper that has a grid on it with divisions and subdivisions, for example, graph paper. We may use grid paper… Read More
In every android application, you have seen the loading bars, which are used when something is loading such as loading data, loading the screen, and… Read More
Night Color adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in… Read More
Divider widget is used when you have multiple child and want to separate by the line or divider. A sample image is given below to… Read More
Empty widget is the flutter widget that is mainly used to notify the user about some event, Like if we are fetching the data from… Read More
Signature View is the widget in Flutter, Where we can write anything just like Microsoft Paint, This widget is useful in the scenario where are… Read More
Folding Cell is the Flutter Widget that can be fold and unfold, It uses the frontWidget to show the front data, and the innerWidget to… Read More
In every mobile application, there is a loading animation with different colors and styles, basically, we use the loading animation when we are waiting for… Read More