Flutter TextField Tutorial
TextField widgets are used for reading text inputs, like username, password, phone number, email address, etc. from the keyboard. They are one of the...
Flutter OutlinedButton Tutorial (2022)
An OutlinedButton is a button with text child and a border outline. It is also a form of TextButton with an outline. They are...
How to generate UUID in dart / flutter
Very often, we come across the need to have UUID. UUIDs are perfect for giving unique ID to objects and resources. In this tutorial,...
Flutter ElevatedButton Tutorial (2022)
In this tutorial, we will explore the ElevatedButton widget in Flutter. ElevatedButtons are, as the name suggests, buttons with a depth or elevation. They...
Flutter TextButton Widget – Usage and Examples
In this tutorial, we will explore the Button widgets available in the Flutter. Compared to the previous version Flutter2, Flutter3 has updated the button...
Create your first flutter desktop application – Flutter tutorial
Flutter is the new developer-friendly cross-platform open-source framework developed by Google. The flutter community is growing and as of 2022, with flutter 3, it...