Flutter Quiz App is a mobile application that tests users' knowledge of Flutter through multiple-choice questions (MCQs). Users can answer the questions and receive their quiz results at the end.
- Multiple-choice questions: Users can choose from a set of predefined options for each question.
- Results page: The app displays the quiz results, including the number of correct and incorrect answers.
- Restart quiz: Users can restart the quiz to try again.
-
Make sure you have Flutter installed on your machine. If not, follow the official Flutter installation guide: https://flutter.dev/docs/get-started/install
-
Clone this repository:
git clone https://github.com/your-username/flutter-quiz-app.git
-
Change to the project directory:
cd flutter-quiz-app -
Get the dependencies:
flutter pub get
-
Run the app:
flutter run
The Flutter Quiz App relies on the following dependencies:
flutter/material.dart: Flutter's material design widgets for UI components.flutter/cupertino.dart: Flutter's Cupertino widgets for iOS-style UI components.
Contributions to the Flutter Quiz App are welcome! If you encounter any bugs, have suggestions for new features, or would like to contribute code, please create a pull request.
The Flutter Quiz App is open-source and released under the MIT