Skip to content

noob-hu-yaar/Rolling-Dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolling Dice

This is a simple rolling dice app, built with the intention of applying and learning things like basic Animation, splash screen, app icon etc. in Flutter UI development.

Flutter made Apps are cross-platform, and uses Dart Language as the base language.

Features

  • The App doesn't come up with the default flutter icon logo. Instead it comes up with the following icon, which is given by me.

app

..

  • The App is made for animation learning purposes, and comes with basic animation features like an Animation Controller and Curved Animation
  • Upon pressing the roll button, both the dice throw a random value everytime.
  • Gestures have also been included, due to which a double tap on any of the dice, executes a throw on both the dice.
  • A view of the Home Screen upon opening, on an Android platform.

Screenshot_20201006-232145

  • A splash screen can also be observed on the screen, while the Home Screen gets started for loading after opening the App. ..

Working Video

Video.

Resources to get started with

The official documentation is undoubtedly the best documentary to get started with, which provides tutorial and sample guidance for Flutter App development.