The WillPopScope widget comes with the Flutter framework. It gives us control over the back button action, allowing the current page to…
CupertinoPicker widget is an iOS styled picker. Displays its children widgets on a wheel for selection and calls back when…
Localization is used to translate the application to several languages. Almost all of the apps needs localization for better user…
A checkbox is a type of input widget which holds the Boolean value. In flutter, we have a Material Checkbox. But it…
ListTile is generally used to populate a ListView in Flutter. ListTile makes populating ListView very simple. Here we will cover…
Date Picker is very usefull fuction which shows a picker dialog to select date. Please find below code for a…
A bottom sheet is a sheet that slides up from the bottom edge of the screen. Bottom sheets are displayed…
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS,…