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 |
---|---|---|
- Flutter SDK
- Dart SDK
- Android SDK
- Git
- Android Virtual Device or Android Physical Device
-
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!