Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 750 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 750 Bytes

Quiz App by using flutter

Packages we are using:

Our quiz app contains a total of three-screen, the welcome screen where a user submits their name than the main screen called the questions screen. Each question has 4 options once the user click on the option if the answer is correct then it turns green otherwise red. At the end score screen where you can check your score.

This is a complete functional quiz app that works on both Android and iOS devices. For state management, we use the getX package.

Quiz App Final UI

App UI