A flutter appliction listing all the widgets covered in Flutter widget of the week playlist

admin

Flutter Widget Guide

Flutter Widget Guide

A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.

About

I created this project to improve my skills with dart and flutter as a development platform. I am used to developing native android apps so I’ll be focusing on designing this project for android platform.
This project might help you to learn about Flutter if you are a beginner in this space.
My experience with flutter has been great thus far.
I hope you like it too.
The project is developed in Dart language.
All the files are listed in the /lib folder.

Additional Features

  1. Flutter webview implementation
  2. Youtube Video Player
  3. Firebase RemoteConfig
  4. View Code inside the app.

Things to work on in the Future

  1. Save favourite widgets in “Favourites” section – Using SQFlite.
  2. Collection based view insted of a list – Change Home Page layout.
  3. Search functionality in list – Add “Search” action on Home Page.
  4. Mark your favourite widget – Firebase cloudstore functionality.
  5. Add Firebase Analytics to track screen views.
  6. Reduce app size by 25% or more.

App Screenshots

Screen1Screen2Screen4Screen3
List of Widgets         Explore a Widget          Widget Video                                  Source Code

Source Credit Url : https://github.com/annshsingh/FlutterWidgetGuide

Leave a Comment