ListView Widget – Flutter Widget Guide By Flutter Agency
ListView Widget is one of the important widget types that can be used anywhere. Purpose of ListView Widget ListView Widget has been introduced to reduce the overload of having various layouts performing the same task. Why the ListView widget is required? If you are
GridView Widget – Flutter Widget Guide By Flutter Agency
GridView Widget in Flutter is a used to display the data in two-dimensional rows and columns.users can choose any item by tapping on them.GridView Widget may contain Text Widget as item or Image widget as an item or it can
TextField Widget – Flutter Widget Guide By Flutter Agency
In this tutorial, we will implement TextField Widget in flutter and will learn about how to get data from TextField Widget in flutter. What is TextField Widget in Flutter? TextField Widget is used to get data from users and perform the desired
Row Widget – Flutter Widget Guide By Flutter Agency
In this article, we will explore how to place the widget in Row Widget. Within the Row Widget, we can place multiple widgets in a row align horizontally. Similarly, we have Column Widget where the elements or child are arranged vertically
Expanded Widget – Flutter Widget Guide By Flutter Agency
What is Expanded Widget? Expanded Widget is a widget that expands a child of a Row Widget, Column Widget, or Flex so that the child fills the available space. Why we need Expanded Widget ? When a user wants to fill between widgets user