AndrewAKG / dicee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Dicee 🎲

What is created

A Las Vegas dice app. You can make the die roll when you press on the dice. With this app in your pocket, you’ll be able to settle any score on the go for any game play!

Finished App

What is learned

  • 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.

About


Languages

Language:Dart 45.0%Language:Objective-C 23.6%Language:Shell 19.9%Language:Java 11.4%