SliverAppBar Widget – Flutter Widget Guide By Flutter Agency
AppBar Widget is the main widget in any Flutter app. It sits at the top of the application and mostly controls major action items. In today’s article, we will learn about how to design a SliverAppBar Widget in a flutter
Date&Time Picker Widget – Flutter Widget Guide By Flutter Agency
In this article, we will learn about a simple way to display either date, or time, or Date&Time Picker Widget using library datetime_picker_formfield: ^0.1.8 along with how to get the date value and setting initial value. Dependencies : There is a package that
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
Slider Widget – Flutter Widget Guide By Flutter Agency
Slider Widget in Flutter is useful to create a slider like animation. The primary aim of the widget is to give the user an animated slider bar that can adjust a value on the UI. This will eventually be read
ExpansionPanel Widget – Flutter Guide By Flutter Agency
Flutter has a really good widget to achieve expand/collapse functionality. It has ExpansionPanelList & ExpansionPanel to create an expand/collapse view. As we know in Flutter everything is a widget and hence Flutter ExpansionPanel is also a widget that you can
WidgetsApp Widget – Flutter Widget Guide By Flutter Agency
Earlier, we have been through Chip Widget so now in this article we will discuss a WidgetsApp Widget is a class that wraps a number of widgets that are commonly required for an application. What is WidgetsApp Widget? WidgetsApp Widget provides is
Chip Widget – Flutter Widget Guide By Flutter Agency
In Flutter Chip Widget you have to learn Action chip, Choice chip, Filter chip, Input chip & Raw chip. What is Chip Widget in Flutter? Chip Widget can be used to present the place, tag, category, etc… in a beautiful manner.We have
LinearProgressIndicator Widget – Flutter Guide By Flutter Agency
When the mobile application has to do something that takes some time to finish, you may need to display a progress indicator message which is used to hold user for a particular moment. In Flutter, one of the suitable widget
Tooltip Widget – Flutter Widget Guide By Flutter Agency
In Flutter, Tooltip is a material design tooltip used to let user know about the functionality of a button or UI action. What is Tooltip Widget in Flutter? Tooltip Widget is usually used to increase the accessibility of your application, providing text-based clues
Divider Widget – Flutter Widget Guide By Flutter Agency
Flutter has given us an inbuilt widget named Divider Widget which is used to create a horizontal divider line between views. Sometimes we have seen a Login form where the SignIn form present first then the OR text in the
Stepper Widget – Flutter Widget Guide By Flutter Agency
Stepper Widget is a material Flutter that displays progress through a sequence of steps. Stepper Widget is particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to be
Beautiful Grocery App UI Design | Flutter Agency
In this article, we will design Beautiful Grocery App UI in #Flutter. This app can be used for particular Grocery App Vendors along with direct user. To get an idea about what we are developing please go through the below image. Grocery