Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.78 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.78 KB

Shake-the-Dice

A simple app that rolls the dice on SHAKE or TOUCH and also vibrates on each dice roll.

App Icon

The starter project was taken from https://github.com/londonappbrewery/dicee-flutter . This starter project only consists of plain scaffold and dice images. After importing the starter project, different features were implemented for dice roll.

The Starter project looks like:

Starter Project

On the top of this starter project two different features were implemented. This app provides two different options for dice roll:

  1. TOUCH the dice.
  2. SHAKE the phone.

The device will also VIBRATE on every dice roll.

The shake feature was implemented by using the shake package. For more information visit https://pub.dev/packages/shake .

The vibrate feature was implemented using the vibration package. For more information visit https://pub.dev/packages/vibration .

The Icons are made by Freepik from www.flaticon.com

The icons were made using https://appicon.co/ .

The finished app looks like this:

Dice Roll 1 Dice Roll 2 Dice Roll 3