Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 462 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 462 Bytes

Dicee 🎲

What did I create

A dice app using which you can make the die roll at the press of a button. With this app in your pocket, you’ll be able to play ludo without the need of an actual dice.

What did I learn

  • How to use Flutter stateless widgets to design and update the user interface.
  • How to use setState to mark the widget tree as dirty and requiring update on the next render.

A companion project to The Flutter Development Bootcamp