A simple and interactive Quiz Application built with Flutter.
This app displays multiple-choice questions, highlights correct/incorrect answers, and shows a detailed summary at the end.
Perfect for:
- Learning Flutter fundamentals
- Understanding widget composition
- Practicing state management basics
- Sharing quizzes on platforms like LinkedIn 🚀
- 📋 Multiple-choice quiz questions
- ✅ Correct answer always highlighted
- ❌ Incorrect answers shown clearly
- 📊 Quiz summary with score
- 🎨 Clean and modern UI
- ⚡ Fast and lightweight
- Flutter
- Dart
- Material UI
lib/ ├── data/ │ └── questions.dart ├── models/ │ └── quiz_question.dart ├── screens/ │ ├── start_screen.dart │ ├── questions_screen.dart │ └── results_screen.dart ├── widgets/ │ └── summary.dart └── main.dart