How to disable the default Widget splash effect in Flutter?
Sometimes, the splash effect is unwanted and it is a default effect. So Learn how to disable the Splash or ink effect on the widget. Also, check this article for Passing messages from Flutter to native. How to disable the default
What is the Rubber widget in Flutter?
Bottom sheets are surfaces containing supplementary content that is anchored to the bottom of the screen. So, in this article, we will see what is Rubber widget in Flutter. What is the Rubber widget in Flutter? Apps are becoming more complex. But
What is CLI commands in Flutter?
Flutter Command-Line (CLI) tool enables a user to interact with flutter SDK. So, in this article, we will see what is CLI commands in Flutter. What is CLI commands in Flutter? Flutter is a mobile development UI kit by Google. It is
How can you run multiple integration tests with a single config file in Flutter?
Unit tests and widget tests are a great way of testing classes, functions, and widgets in isolation. However, it is just as important to test that all these moving parts work together as a whole and when dealing with complex
How to set the size to Circular Progress Indicator?
If you want to build a progress bar indicator that is either circular or linear different than the default progress bar, we have used the flutter package which helps to make this very easy. With this, we can easily apply
How to Freeze Elements to Percentage of Screen Width/Height in Flutter?
Every Mobile Application requires to set Fix Height/Width. While Applying Height/Width to a particular Screen the Developer needs to make sure that it doesn't get an Overflow Error. In this article, we will learn about How to Freeze Elements to
How to Create Toast in Flutter ?
What is Toast? Toast can be used to display information for a short period of time. A toast contains a message to be displayed quickly and disappears after some time. In this article, we will go through How to Create Toast
AnimatedModalBarrier Widget – Flutter Widget Guide By Flutter Agency
In this series of AnimatedWidgets, we have been through AnimatedListState Widget, AnimatedDefaultTextStyle Widget, AnimatedCrossFade Widget, AnimatedBuilder Widget so now in this article we will learn about AnimatedModalBarrier Widget with a detailed article on it. What is AnimatedModalBarrier Widget in Flutter? AnimatedModalBarrier Widget
CupertinoSegmentedControl Widget -Flutter Widget Guide By Flutter Agency
In this article, we will go through CupertinoSegmentedControl Widget. What is CupertinoSegmentedControl Widget? CupertinoSegmentedControl Widget is an iOS-style segmented control. It will display the widgets provided in the Map of children in a horizontal list. Used to select between a number of mutually
Introducing InteractiveViewer Widget in Flutter 1.20 Release
Flutter, Google’s cross-platform UI toolkit, has reached model 1.20 secure. In the previous stable release, Google launched substantial efficiency enhancements, improved help for Metal on iOS, and new Material widgets. Today’s Flutter 1.20 secure launch consists of extra efficiency enhancements, a
Switch Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through Tooltip Widget so now in this article we will be discussing Switch Widget is used to toggle a setting between on/off which is true/false respectively. What is Switch Widget? When the switch is on, the value returned