/quiz_app

Geography Trivia mobile app

Primary LanguageDart

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!