Skip to content

impuranjayp/Dicee-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dicee 🎲

THe Goal

The objective of this app is to create a Dice rolling App that inturn introduces us to the core programming concepts in Flutter that will form the foundation of most of the apps built in the future. This app enables us to make apps with functionality using setState() inside Stateful Flutter widgets.

What was created

A Las Vegas dice app was made. The die rolls at the press of a button. With this app in your pocket, any score can be settled on the go!

Finished App

What did I will learn

  • 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 onPressed 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.
  • Understand and use string interpolation.
  • Learn about basic dart programming concepts such as data types and functions.
  • Code and use gesture controls.

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp