A quiz app made with Flutter.
The app contains:
- a quiz with multiple questions and a final summary
- the questions can be changed at will in
questions.dart
- the quiz can be repeated endlessly
Flutter v3 or above. Works with v3.13.7.
Launch with flutter run
.
- give the chance to just end the quiz without restarting it
- put the questions in a json file instead of a dart class
- smaller components