Hello and Welcome to Flutter Advanced Topics. This course 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. In this course we will use Android Studio for programming in Flutter and you will learn how to use this IDE in your App development.
Recommendation for this course
It is recommended to have some basic knowledge in Flutter development like what is a Widget, how to use Stateless and Stateful Widgets and basic Flutter UI Widgets.
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 build custom Widgets
Button Bar
Snack Bar
Sliver App Bar ( Part 1 )
Using ListView with Sliver App Bar ( Part 2 )
Animated Container
Shared Preferences
By the end of this course, you will be able to use some Advanced widgets and features in your Flutter Application and make your App look better.