iArpitVerma / Dicee

A Dice App, supports die roll at the press of a button.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dicee 🎲

Goal

The objective of this repository is to introduce us to the core programming concepts that will form the foundation of most of the apps we will build in the future. This app will teach you how to make apps with functionality using setState() inside Stateful Flutter widgets.

What is this project

I created a Las Vegas dice app. You can make the die roll at the press of a button. With this app in your pocket, you’ll be able to settle any score on the go!

Finished App

What I have learnt

  • How to use Flutter stateless widgets to design the user interface.
  • How to use Flutter stateful widgets to update the user interface.
  • How to change the properties of various widgets.
  • How to use onClick listeners to detect when buttons are pressed.
  • How to use setState to mark the widget tree as dirty and requiring update on the next render.
  • How to use expanded to make widgets adapt to screen dimensions.
  • Understood the use of string interpolation.
  • Learnt about basic dart programming concepts such as data types and functions.

How to setup the project

  • Clone the repository.
  • Open it in VSCode or Android Studio
  • Use and modify it as per your choice

About

A Dice App, supports die roll at the press of a button.

License:MIT License


Languages

Language:C++ 46.5%Language:CMake 38.4%Language:Dart 5.7%Language:HTML 3.8%Language:C 2.9%Language:Swift 2.4%Language:Kotlin 0.3%Language:Objective-C 0.1%