A simple yet engaging Flutter Quiz App built using Dart and Flutter SDK. This app challenges users with multiple-choice questions, tracks their score, and provides immediate feedback — all in a clean, mobile-friendly UI.
- Multiple choice questions
- Score tracking
- Immediate feedback after each answer
- Light and dark theme support
- Responsive UI for phones and tablets
- Timer per question
- Flutter (v3.32.1)
- Dart
- Material 3 Design
- 🌐️ Web (HTML5)
- 💻 Windows
- 📱 Android
Screenshots from each platform
Home | Question | Result |
---|---|---|
![]() |
![]() |
![]() |
Home | Question | Result |
---|---|---|
![]() |
![]() |
![]() |
Home | Question | Result |
---|---|---|
![]() |
![]() |
![]() |
- 🔗 Web (GitHub Pages):
Demo
-
💻 Windows (.7z):
Download for Windows v1.0.0+1 -
📱 Android (.apk):
Download for Android v1.0.0+1 -
🌐 Web build (.7z):
Download Web Build v1.0.0+1
You can also find all versions in the Releases Page
- Flutter SDK
v3.32.1
- Dart SDK
v3.8.1
# Clone the repo
git clone https://github.com/omnitechphilippines/quiz-app.git
cd quiz-app
# Get packages
flutter pub get
# Run the app (Web)
flutter run -d chrome
# Run the app (Windows)
flutter config --enable-windows-desktop
flutter run -d windows
# Run the app (Android)
flutter run -d android