Flutter #day29

Photo by Clark Tibbs on Unsplash

Flutter #day29

ยท

1 min read

So I have received an internship hiring assignment, the assignment asks for a quiz app that implements the basic functionality of login, progress record, and reward system.

Functionalities:-

  1. Google Authentication

  2. Splash screen

  3. Reward system

  4. horizontal scroll for the questions

Approach and plan:

I am planning to go through them in reverse order, I'll start with the quizzler app that I have already built and apply these required additions.

Let's start by making it a horizontal scroll: used PageView.builder to create a horizontal effect page with all the questions and kept a score check at the bottom, increasing the score by one for every correct answer.

Splash Screen: simply used the splash screen functionality of Flutter to achieve this.

ย