Quiz App is a very lightweight flutter Project with a lots of features like loading questions from the web and sending the results to a spreadsheet file.
You can download the QUIZ App (.apk file) in your android device from the below link-
Note that there are two apk files, one comparatively 2.5x times the size of other.
You can install the less size apk if you system architecture is arm64 (Most Widely Used).
Otherwise, you can install the other big size apk which supports all the system architectures.
To install the dependencies of this project, Execute the following command on terminal at the project directory-
flutter pub get
This command will install the required dependies for the project.
You can run the project in Debugging Mode by using the following command-
flutter run
To build the apk, you can execute the following command-
flutter build apk --release
To know more about the build process, click here.
Quiz App supports the following features-
- Questions filtered according to Category Selected.
- Automatically Refreshing Questions.
- Sending the Results to private Excel File via App Script.
- Displaying correct answer after each question.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project comes under the policy of MIT License.