rashrey2308 / dice_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dicee 🎲

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co

Goal

The objective of this tutorial was to introduce us to the core programming concepts that will form the foundation of most of the apps that we will build in the future. This app taught me how to make apps with functionality using setState() inside Stateful Flutter widgets.

What I created

I made make a Las Vegas dice app. 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!

Finished App

What I learnt

  • 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

License:MIT License


Languages

Language:Dart 46.2%Language:Objective-C 24.9%Language:Shell 16.8%Language:Java 12.0%