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

https://github.com/extrawest/spin-the-wheel-game

Spin The Wheel Game
https://github.com/extrawest/spin-the-wheel-game

dart demo firebase flutter flutter-web game prototype spa spin spinwheel web

Last synced: about 2 months ago
JSON representation

Spin The Wheel Game

Awesome Lists containing this project

README

          

# Spin Wheel Game
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()
[![Maintaner](https://img.shields.io/static/v1?label=Roman%20Ovsepian&message=Maintainer&color=red)](mailto:roman.ovsepian@extrawest.com)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)
[![View DEMO](https://img.shields.io/badge/VIEW-DEMO-lightgreen.svg)](https://lucky-spinwheel-game.web.app/)

## PROJECT INFO

- **Spin The Wheel Game based on Flutter v3.3.9**
- **Game is properly working on Android, iOS and WEB**

## Features

- Spin The Wheel (flutter_spinning_wheel package)
- Different lotties effects based on the prize type

## Demo

[Spin Wheel Game](https://lucky-spinwheel-game.web.app/#/)

### Installing:

**1) Clone this repo to your folder:**

```
git clone https://github.com/extrawest/spin-the-wheel-game.git
```

**2. Change current directory to the cloned folder:**

```
cd spin-wheel-game
```

**3) Get packages**

```
flutter pub get
```

## Firebase hosting

1. In order to add new build to Firebase hosting, follow these commands

```shell
firebase login
```
```shell
firebase init
```
2. Choose account, then choose Hosting as an option
3. Select Firebase project
4. Run:
```shell
flutter build web
```
```shell
firebase deploy
```

Created by Roman Ovsepian

[Extrawest.com](https://www.extrawest.com), 2022

---