Flutter Quiz APK is a mobile application developed using Flutter that allows users to take quizzes. The app features a simple interface with three screens: the start screen, the quiz screen, and the result screen. Users can start the quiz, answer multiple-choice questions, and view the results indicating whether each question was answered correctly or incorrectly. Additionally, users can restart the quiz to take it again.



- Start Screen to initiate the quiz.
- Quiz Screen to display multiple-choice questions.
- Result Screen to show the correctness of answers.
- Restart Quiz Button to begin the quiz again.
- Clone this repository.
- Navigate to the project directory.
- Run
flutter pub get
to install dependencies. - Connect your device or start an emulator.
- Run
flutter run
to launch the app on your device/emulator.
- On the Start Screen, tap the Start Quiz button to begin the quiz.
- The Quiz Screen will display multiple-choice questions one by one.
- Select an answer for each question by tapping on the option.
- After answering all questions, user will able to view the results.
- The Result Screen will display whether each question was answered correctly or incorrectly.
- Tap the Restart Quiz Button to start the quiz again.
- No additional configuration required.
- This app utilizes the Flutter framework: Flutter