How to create a template in Android Studio? As we promised in the last class, we are going to learn how to create a template
How to make a form using Text Field Widget in Flutter It’s time to learn how to make a form using Textfield and other widgets
Stateless vs Stateful Widget in Flutter Flutter is based on widgets so it is important to know the Stateless vs Stateful Widget concept in it.
What is the version format in Flutter? Today, our topic is how do I manage the version of the Flutter App and what is caret
What is pubspec.yaml file in the Flutter Project? Every project of Flutter has pubspec.yaml file containing the configuration of the project. We learned the YAML