Skip to content

brunaoliveira/quiz_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRIVIA

ReadMe Card

Despite Flutter's availability of full native performance on both iOS and Android, this project was not tested on iOS device or emulator.

First question Score result Zero Score Result
First question Score result Zeroed score result

Setup

How to run

  • Clone the repository

    git clone https://github.com/brunaoliveira/quiz_app.git

  • Open project directory on VS Code or Android Studio

  • Fire emulator

    • List available emulators (this project was tested on Pixel_2_API_26 with Android 8)

      flutter emulators

    • Launch emulator

      flutter emulator --launch <chosen_emulator>

  • Run project

    flutter run

  • Enjoy!