Flutter Widget Guide
A one stop guide for anyone new in the Flutterverse.
A Flutter application listing all the widgets covered in Flutter widget of the week playlist on Youtube.

Features:
• List of various flutter widgets with a brief description.
• Check out how the widget behaves in detail.
• Check out the code for each widget inside the application.
• Watch the YouTube video inside the app for a widget from the Flutter widget of the week playlist.

Additional features:
• Flutter WebView
• Firebase RemoteConfig

Things to work on in the Future:
• Save favorite widgets in "Favourites" section - Using SQFlite.
• Collection based view instead of a list - Change Home Page layout.
• Search functionality in the list - Add "Search" action on Home Page.
• Mark your favorite widget - Firebase cloudstore functionality.
• Add Firebase Analytics to track screen views.
• Reduce app size by 25% or more.