Step By Step Guide to Firebase With Flutter
In this article, We will go through Step By Step Guide to Firebase With Flutter with a detailed article on it. Step By Step Guide to How to Integrate Firebase in Flutter Mobile Appplication ? Depending on the type of platform users
Real Estate App UI in Flutter
Earlier we have been through Restaurant App UI Which is basically used for the restaurant as well as customers to get yummy and delicious food at their doorstep on a single tap. In this article, we will learn about how
CustomSingleChildLayout Widget – Flutter Widget Guide By Flutter Agency
What is CustomSingleChildLayout Widget? CustomSingleChildLayout Widget is a widget that defers the layout of it's the single child to a delegate. CustomMultiChildLayout Widget is appropriate when there are complex relationships between the size and positioning of multiple widgets. To control the layout
DataTable Widget – Flutter Widget Guide By Flutter Agency
What is DataTable Widget in Flutter? DataTable Widget is a Widget in Flutter which is primarily focused on creating simple yet effective ways to create tables in Flutter. The important part of creating Tables in Flutter is that there is not
RefreshIndicator Widget – Flutter Widget Guide By Flutter Agency
You might have seen it in a lot of mobile application provides a feature to swipe or pull down to refresh its content. When you swipe from top to bottom of the screen. After that, a loader will be shown
AssetBundle Widget – Flutter Widget Guide By Flutter Agency
In this article, we will go through AssetBundle Widget with a detailed article and an example. What is AssetBundle Widget in Flutter ? AssetBundle Widget is nothing but a collection of resources used by the application. Flutter uses the pubspec.yaml file, located at
FractionallySizedBox Widget – Flutter Widget Guide By Flutter Agency
What is FractionallySizedBox Widget? FractionallySizedBox Widget is a widget that sizes its child to a fraction of the total available space. In Flutter, when users need to the size of a widget relative to available space. For example, a user wants to
SizedOverflowBox Widget – Flutter Widget Guide By Flutter Agency
What is SizedOverflowBox Widget in Flutter? SizedOverflowBox Widget is created with a size. The widget's actual size respect it's constraints and is as close as possible to the requested size. The child layout only uses SizedOverflowBox Widget's constraints or in other
Draggable Widget – Flutter Widget Guide By Flutter Agency
What is the Draggable Widget in Flutter? Draggable Widget allows a widget to be dragged, a DragTarget provides a destination for the draggable. A widget that can be dragged from to a DragTarget. When a draggable widget recognizes the start of
DragTarget Widget – Flutter Widget Guide By Flutter Agency
What is DragTarget Widget in Flutter? DragTarget Widget is a widget that receives data when a Draggable widget is dropped. When a draggable is dragged on top of a drag target, the drag target is asked whether it will accept the data
Text Widget – Flutter Widget Guide By Flutter Agency
What is a Text Widget? Text Widget allows you to display text in your Flutter application. In this article, we will see how to use a Text Widget in your application along with how to style a Text Widget with references
ClipOval Widget – Flutter Widget Guide By Flutter Agency
Sometimes you may want to clip a Widget using certain clippers. In Flutter, it can be done easily thanks to built-in clippers such as ClipOval Widget, ClipRect, ClipRRect, and ClipPath Widget. However, if you want to clip a Widget using