Hello and Welcome to an amazing course about Animated Widgets in Flutter. The focus of this course is on 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.
Do not worry if you are a beginner in Flutter, you can easily understand all the lectures in this course, Animated Widgets in Flutter are pretty straight forward and easy to learn.
In this course 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. I will write every sample code and encourage you to code along with me as we go through each topic
There are 11 lectures in this course. Below is the list of topics that we will cover throughout this course :
Course Contents :
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 write your own Animated Widget in your Flutter Application. You only need to write you code once and then build your App on iOS or Android without changing anything.