A simple Flutter quiz app that tests your knowledge with a series of true/false questions.
bandicam.2024-12-18.16-47-26-032.mp4
- Displays a series of multiple-choice questions.
- Allows the user to select an answer.
- Provides feedback on the user's answer.
- Tracks the user's score.
- Displays an alert when the quiz is finished.
- Clone this repository.
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
- Tap on the True or False button to answer the question.
- The app will display whether your answer is correct or incorrect.
- Your score will be updated accordingly.
- Continue answering questions until you reach the end of the quiz.
- An alert will be displayed showing your final score.
flutter
: The Flutter framework.rflutter_alert
: A package for displaying alerts.
Contributions are welcome! Please feel free to submit pull requests.
This project is licensed under the MIT License.