Hello and Welcome to this amazing Flutter course ( Flutter, Fundamentals to Advanced Topics including Animated widgets ). In this course , you will learn Flutter App development from fundamentals, basics and essentials, all the way to advanced topics, including animated widgets. You will also learn how to develop your Flutter Application in Android Studio, how to use Android Studio features and shortcuts in your Flutter App development and how to test your Flutter App on an emulator. This course has three parts and each part has its own lectures and code samples.
Part one 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. This part has 18 lectures.
Part two focuses on some advanced widgets and features that you can use in your Flutter Application. Adding these widgets and features to your Flutter App makes it look better and work smoother. This part has 7 lectures.
Part three is all about widgets that you can use to animate in your Flutter application. Animating widgets like changing the opacity of a widget, Adding scaling effects, adding fading effects, changing the position of a widget, changing the size of a widget, adding rotating effects and etc. This part has 11 lectures.
Below is the list of topics that we will cover throughout this course :
Course Contents :
How to use Android Studio with Flutter
What is a Widget
Stateless Widgets
Stateful Widgets
Material-App and Scaffold
App Bar
Container
Adding images in Flutter
Stack
Text-Field
Buttons
Column
Row
List View
Card
Page routing in Flutter ( Navigation )
Drawer
How to use coding shortcuts in Android Studio
How to build custom Widgets
Button Bar
Snack Bar
Sliver App Bar ( Part 1 )
Using List-View with Sliver App Bar ( Part 2 )
Animated Container
Shared Preferences
Animated Container
Animated Align
Animated Fractionally sized-box
Animated Opacity
Animated Padding
Animated Physical model
Animated Positioned
Animated Rotation
Animated Scale
Animated Size
Animated Switcher
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 ).
By the end of this course, you will be able to start your own Flutter project. You only need to write you code once and then build your App on iOS or Android without changing anything.