This is a Flutter Project. For running this you need to have Setup, The Android studio along with the Flutter SDK.
This is an app that you can use to take a basic quiz. All you have to do it clone the repository and you can modify questions. Questions have a format of Question('q',a) where in place of 'q' you can write the question and in place of 'a' you can specify the boolean value of the answer i.e. True or False.
In case you don't have Android Studio or Flutter you can refer to the following links.
For Android Studio: https://developer.android.com/studio
For the Flutter SDK: https://flutter.dev/docs/get-started/install
The Complete App looks like this :