Hello and Welcome to Flutter Essentials and Basic UI. This course focuses on Flutter App development essentials, basics, fundamental topics and concepts. Knowing these topics will help you to have a good understanding of the building blocks of a Flutter Application.
You will learn how to develop your Flutter Application in Android Studio and how to use Android Studio features and shortcuts in your Flutter App development, you will also learn how to test your Flutter App on an emulator.
What is the Flutter SDK ?
Flutter is an open-source UI Software Development Kit developed by Google, it is a Cross Platform SDK, which means you only write your code once and then you can build your App on multiple platforms. Flutter supports, Android, iOS, Windows, macOS, Web and Linux. Flutter Applications run natively on these platforms ( there are no interpreters ).
Course Contents :
How to use Android Studio with Flutter
What is a Widget
Stateless Widget
Stateful Widget
MaterialApp and Scaffold
AppBar
Container
Adding images in Flutter
Stack
TextField
Buttons
Column
Row
ListView
Card
Page routing in Flutter ( Navigation )
Drawer
How to use coding shortcuts in Android Studio
By the end of this course, you will be able to write your own Flutter Application. You only need to write you code once and then build your App on iOS or Android without changing anything.