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
- Host: GitHub
- URL: https://github.com/extrawest/spin-the-wheel-game
- Owner: extrawest
- Created: 2022-12-16T13:35:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T08:55:27.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:46:38.523Z (about 1 year ago)
- Topics: dart, demo, firebase, flutter, flutter-web, game, prototype, spa, spin, spinwheel, web
- Language: Dart
- Homepage: https://lucky-spinwheel-game.web.app/#/
- Size: 8.55 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spin Wheel Game
[]()
[](mailto:roman.ovsepian@extrawest.com)
[]()


[](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
---