What is Flutter? and how to install Flutter?
  • What is Flutter?
  • Install and configure Flutter (Part 1)
  • How to install Android studio and configure virtual devices
  • Virtual devices
  • Install and Configure VS Code (Visual Studio Code)
  • How to Run Flutter Apps in VS Code
  • Flutter Quiz 1
Dart Programing Basics for Flutter
  • What is Dart?
  • Dart code structure (Main Function)
  • Variables and Data structures basics in dart
  • Dart variables advanced!
  • Conditional Statements in Dart (if else ...)
  • Dart List data structure
  • Functions in dart
  • Answer
  • More about Functions
  • Dart Quiz
  • Classes in Dart
  • Objects in dart
  • Small question from classes and objects in dart
  • Answer
VS code setup for Flutter Development
  • How to custamize the Color and Icon Themes
  • The essential Extensions for VS Code
  • More on Extentions
Widgets in Flutter (Section 1)
  • Create a new Flutter project and explore more!
  • Adding some Code and run app in the emulator..
  • Materialapp widget
  • Scaffold widget
  • Learn to read Docs
  • AppBar widget (part 1)
  • Text widget
  • Const keyword
  • AppBar (Part 2)
  • AppBar (part 3)
  • All properties inside AppBar widget
  • Icon widget
Understand the Layout designing basics to ADVANCED!
  • What is a Layout?
  • What is a column?
  • What is a row?
  • The 3 main Theory behind the layout designing.
  • Understand Layout building using examples -Example 1
  • Layout designing Example 2
  • Layout designing Example 3
  • Layout designing Example 4