Skip to content

AmirBayat0/Dicee_Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Dicee 🎲

Untitled Project

I Created This Simple App While I Was Learning Flutter

On My Way To Learn Flutter

What I Create

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!

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