Status: Complete ✔️
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
Technogies | Flutter | Dart |
Version | 1.22.6 | 2.10.5 |
In Quiz.apk
Prerequisites: Dart, Flutter, Android Studio
# clone repository
git clone https://github.com/DiegoAdrianoMendes/flutter_quiz
# enter the project folder
cd flutter_quiz
# displaying the diagnosis of your environment
flutter doctor
# runs the application
flutter run
- In your phone settings select About Phone.
- Search for Build Number, click until it appears you became a developer.
- In your phone settings select System > Advanced > Developer Options.
- In Developer Options search for Debugging, enable USB Debugging.
- Connect your USB cable to your computer.
- 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
Diego Mendes