How to Change the Opacity of the SnackBar In Flutter?
SnackBar Widget is a Flutter widget to show a lightweight simple message at the bottom of the device screen. It can also contain an optional action. So in this article, We will go through how to change the Opacity of
What is GestureDetector Class in Flutter?
When creating an application, you need to deal with user responses such as touch and drag. So, in this article, we will see GestureDetector In Flutter. We will also implement the example of GestureDetector. Also, we will see the properties of a
How to Create Dialog Using the GetX Library?
The Dialog is a widget that comes on the screen containing information or asking for any decision. So, in this article, let's look at how to create Dialog using the GetX library. We can make this Dialog using the GetX library in Flutter. Steps to
SlideTransition Widget – Flutter Widget Guide By Flutter Agency
SlideTransition Widget in Flutter is a widget that animates the position of a widget relative to its normal position. The translation is expressed as an Offset scaled to the child's size. For example, an Offset with a dx of 0.25 will result
StreamBuilder Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through How to make Count Query in a Firebase where we have learned about StreamBuilder Widget so now this is time to get into a detailed article on the same. Are you excited to explore yourself with
FutureBuilder Widget – Flutter Widget Guide By Flutter Agency
Hope you guys are doing amazing with Flutter. Earlier we have been through StreamBuilder Widget. In this article, we will understand What is FutureBuilder Widget along with how to use it in a Flutter. What are Future Operations? Future operations are the
FadeTransition Widget – Flutter Widget Guide By Flutter Agency
In this series of Animated Widgets, we have been through animated widgets like AnimatedWidgetBaseState Widget, AnimatedCrossFade Widget, AnimatedDefaultTextStyle Widget, AnimatedListState Widget so now this time we will learn about FadeTransition Widget with a detailed article on it. What FadeTransition Widget in Flutter?? FadeTransition Widget lets you fade a
MergeSemantics Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through ExcludeSemantics Widget which is a widget that drops all semantics of it's descendant so now in this article we will get into MergeSemantics Widget which is used to merge the semantics of it's children. Before reaching
SizeTransition Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through Transition Widget in Flutter like ScaleTransition Widget, RotationTransition Widget, FadeTransition Widget so now let us add one more Transition Widget to the list that is SizeTransition Widget. What is SizeTransition Widget in Flutter? SizeTransition Widget is a
Semantics Widget – Flutter Widget Guide By Flutter Agency
This article is an introduction to the Semantics Widget and shows how important and interesting it might be for your Flutter Mobile Application to take Semantics Widget into consideration. Let's Jump into it. What is Semantics Widget in Flutter? Semantics Widget is a widget
ScaleTransition Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through Animated Widgets like AnimatedListState Widget, AnimatedDefaultTextStyle Widget, AnimatedBuilder Widget so now this is time for something new called ScaleTransition Widget with a detailed article on it. What is ScaleTransition Widget in Flutter? Sometimes, we may need to
ExcludeSemantics Widget – Flutter Widget Guide By Flutter Agency
Earlier, we have been through SlideTransition Widget which is used to animate the position of a widget relative to its normal position so now this is the time for something new widget called ExcludeSemantics Widget. What is Semantics in Flutter? Semantics is