Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 2.65 KB

README.md

File metadata and controls

84 lines (64 loc) · 2.65 KB

Trivia Quiz

Licesnse Badge

Status: Complete ✔️

About Project

The Trivia quiz is a mobile application developed during the flutter event "Imersão Flutter do Zero" organized by Cubos Academy.

The application consists of a game in which a series of programming questions are presented, and at the end the user's score is presented.

The app was developed using flutter

Layout

Mobile 1 Mobile 2 Mobile 3

Technogies Used

Technogies Flutter Dart
Version 1.22.6 2.10.5

How to run the application

Install the apk

In Quiz.apk


Prerequisites: Dart, Flutter, Android Studio

# clone repository
git clone https://github.com/DiegoAdrianoMendes/flutter_quiz

⚠️if you have a weak computer I recommend emulating it on your android phone.⚠️

Emulate on the computer

# enter the project folder
cd flutter_quiz

# displaying the diagnosis of your environment
flutter doctor

# runs the application
flutter run 

Emulate via cable on android phone

  1. In your phone settings select About Phone.
  2. Search for Build Number, click until it appears you became a developer.
  3. In your phone settings select System > Advanced > Developer Options.
  4. In Developer Options search for Debugging, enable USB Debugging.
  5. Connect your USB cable to your computer.
  6. An allow USB debugging message will appear, click in allow.
# enter the project folder
cd flutter_quiz

# displaying the diagnosis of your environment
flutter doctor

# runs the application
flutter run 

Author

Diego Mendes

Linkedin Badge Instagram Badge