Update README.md

This commit is contained in:
Angela Yu 2019-03-05 11:11:12 +00:00 committed by GitHub
parent e31ee645b8
commit 83f712c41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,6 @@
# Dicee 🎲
![Finished App](https://github.com/londonappbrewery/Images/blob/master/dicee-demo.gif)
## Our Goal
The objective of this tutorial is to introduce you to the core programming concepts that will form the foundation of most of the apps youll build in the future. This app will teach you how to make apps with functionality using setState() inside Stateful Flutter widgets.
@ -14,6 +12,8 @@ The objective of this tutorial is to introduce you to the core programming conce
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](https://github.com/londonappbrewery/Images/blob/master/dicee-demo.gif)
## What you will learn
- How to use Flutter stateless widgets to design the user interface.