https://github.com/extrawest/quiz-app
https://github.com/extrawest/quiz-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrawest/quiz-app
- Owner: extrawest
- Created: 2023-02-27T08:32:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T14:51:59.000Z (over 3 years ago)
- Last Synced: 2025-11-13T13:04:36.438Z (9 months ago)
- Language: Dart
- Size: 313 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Quiz App
[
]()
[]()


[](https://user-images.githubusercontent.com/126390137/221521083-555c9273-9a30-4c0e-821f-f8ac29659b76.mov)
## Project info
- This project is an app that provides simple quiz game functionality
- The app runs on Android, iOS and Web.
- The app is built using Flutter 3.3 and Dart.
- The app is built using the MVVM architecture.
- The app is built using the BLoC pattern.
## Demo
https://user-images.githubusercontent.com/126390137/221521083-555c9273-9a30-4c0e-821f-f8ac29659b76.mov
## How to run the app
- **Clone the project.**
```shell
git clone https://github.com/extrawest/quiz-app.git
```
- **Open the project.**
```shell
cd your_name_here
```
- **Get packages.**
```shell
flutter pub get
```
- **Generate boilerplate files.**
```shell
flutter pub run build_runner build --delete-conflicting-outputs
```
- **Run the app.**
```dart
flutter run
```
At this point you should be able to run the app on your device or emulator.
Created by **Maksym Tsurkan**
[Extrawest.com](https://www.extrawest.com), 2022