Go to file
2021-12-06 04:23:22 +05:30
android Removing android.support dependencies 2020-01-17 18:16:46 +00:00
images images update naming 2019-03-05 14:34:18 +00:00
ios Dice page challenge completed 2021-12-06 04:23:22 +05:30
lib Dice page challenge completed 2021-12-06 04:23:22 +05:30
.gitignore Initial 2019-03-05 11:08:12 +00:00
.metadata Initial 2019-03-05 11:08:12 +00:00
pubspec.yaml Removing android.support dependencies 2020-01-17 18:16:46 +00:00
README.md Dice page challenge completed 2021-12-06 04:23:22 +05:30

Dicee 🎲

What you will create

Were going to make a Las Vegas dice app. You can make the die roll at the press of a button. With this app in your pocket, youll be able to settle any score on the go!

Finished App

What you 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, check out the full course at www.appbrewery.co

End Banner