An open API service indexing awesome lists of open source software.

https://github.com/extrawest/quiz-app


https://github.com/extrawest/quiz-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter Quiz App
[
![Maintanence](https://img.shields.io/badge/Maintenance-yes%3F-blue.svg)]()
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()
![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)
![Supported Programs](https://img.shields.io/badge/Platform-Android%20|%20iOS%20|%20Web%20%20-blue.svg?logo=flutter)
[![View DEMO](https://img.shields.io/badge/VIEW-DEMO-lightgreen.svg)](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