Skip to content

Latest commit

 

History

History
90 lines (73 loc) · 2.41 KB

README.md

File metadata and controls

90 lines (73 loc) · 2.41 KB

CoolQuiz (Flutter - Dart)

A simple yet elegant Quiz App developed with Flutter.

Some of the Widgets and Plugins used

  • TextFormField
  • Buttons
  • Snackbar
  • Shared Preferences
  • Files
  • FutureBuilder
  • Builder
  • Row
  • Columns etc.

Features

  • Saves user information with Shared preferences
  • Saves quiz score in a file, so when user restarts the app, he/she can check the previous score
  • User can revisit the question and correct it
  • User friendly design

Requirements

  • Flutter
  • Either VS Code or Android Studio
  • Both editors require Flutter & dart plugins installation

Setup

  • clone the repo and run app on your plugged phone/Android Emulator

Screenshots

Splash Screen Home Screen Must submit details berfore quiz
Save Details in Shared Preference Quiz Question Show Next on selecting option
Show end on last question Redirect to Home Screen & show score show score and details on restart app



Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.