Empty widget is the flutter widget that is mainly used to notify the user about some event, Like if we are fetching the data from… Read More
Category Archives: Flutter
In Flutter there are many prebuilt Button – Material Button, Text Button, Elevated Button, etc. In this article, we are going to implement the Extended… Read More
Multiline TextField is the input TextField which takes the input in more than one line, This type of TextField is used in the scenario like… Read More
While Loading the data user needs to wait a while, During this time we can show the loading circular in Flutter Applications. Flutter is awesome… Read More
ChoiceChips represent a single choice from a set. Choice chips contain related descriptive text or categories. Choice chip can be used in selecting the categories… Read More
If you need a Calculator in Flutter or need to do a small calculation in your flutter application, Writing your own code going to be… Read More
Every Android application has the floatingActionButton in it. There is a possibility that there are multiple screens in the application and have floatingActionButton on that… Read More
The text field is widely used in Android Applications for taking user input, using TextEditingController we can retrieve the data from the text field. A… Read More
A Flutter widget for quantity input. Increase or decrease the input value by pressing the button. Built with a text field, InputQty also supports typing… Read More
Every Flutter app has a package name that uniquely identifies your app on the Google Play Store and Apple App Store. In this article, we… Read More
There are many applications that do not allow taking screenshots of the screen for security purpose and other security, Like Google Pay – Screenshot is… Read More
Sometimes you notice that we have to change the App title in Android, and iOS apps, and the title for flutter web during or after… Read More