Column Widget – Flutter Widget Guide By Flutter Agency
I hope you have been through our last article in which we have discussed Row Widget and it's a property in a detail. So now in this article, we will discuss the Column Widget. What is Column Widget? A Column Widget is a
DropDownButton Widget – Flutter Guide By Flutter Agency
What is DropDownButton Widget? If user have and input field and want the users to select only from certain values, one of the most common input types is dropdown. In Fluter, it can be done easily using a DropDownButton Widget. The constructor
PopupMenuButton Widget – Flutter Widget Guide By Flutter Agency
What is PopupMenuButton Widget? PopupMenuButton Widget is a popup menu with a text and an image. Almost all the medium-scale applications have this feature. PopupMenuButton makes your app clean and creates a great user experience. The PopupMenuButton Widget is similar to the
Icon Widget – Flutter Widget Guide By Flutter Agency
What is Icon Widget? Icon Widget is the primary way of introducing Icons in Flutter. Flutter does its own rendering of these icons instead of the usual Android’s way of importing assets as part of the App project itself. Instead, it takes
How to Change Package Name in Flutter?
In this article, we will discuss how to change package name in flutter? Packages, according to Flutterdocs, can be explained as “shared packages contributed by other developers to the Flutter and Dart ecosystems. It will allow developers to quickly build an
Image Widget – Flutter Widget Guide By Flutter Agency
What is Image Widget ? Image Widget is generally a simple component that represents a thing or a group of things pictorially or which simply boosts the message or the text with a pictorial example to make the user understand better
RowImage Widget – Flutter widget Guide By Flutter Agency
What is RowImage Widget? RowImage Widget is a widget that displays dart:ui.Image directly. RowImage Widget is rarely used. The constructor of it will look like below : RowImage({ Key key, Image image, double width,
ImagePicker Widget – Flutter Guide By Flutter Agency
In this article, we are going to learn ImagePicker Widget to pick images from the gallery in a flutter. What is ImagePicker Widget? A Flutter plugin library for both iOS and Android that is been used to pick an image from a
Container Widget – Flutter Widget Guide By Flutter Agency
In this article, we will learn about Container Widget. What is a Container Widget? Container Widget is nothing but the parent widget that contains a child widget and manages its a property like height, width, color, background, and so on. It will
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