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

https://github.com/codeslash21/dice_game

Flutter Application for dice game
https://github.com/codeslash21/dice_game

Last synced: about 1 year ago
JSON representation

Flutter Application for dice game

Awesome Lists containing this project

README

          




# Dice Game

This is a flutter app. This is about rolling a dice. After clicking the `Roll Dice` button dice will be rolled.

## Getting Started

#### To run this app first you have to install following softwares

1. Android Studio (and create an android emulator or ios simulator)
2. VS Code editor (and install the flutter extension)
3. Flutter SDK (and set the path)

#### After done with the above steps

1. Download the source code and extract it.
2. Open VS Code in the project folder which is `dice_game`.
3. Click on `View -> Command Pallet -> Flutter: launch emulator`
4. From the list of emulator select the available one.
5. Open terminal in VS Code and run `flutter run` command to build the app.
6. After building is complete app will be opened on the emulator.

### Demo Video