Merge branch 'master' of https://github.com/londonappbrewery/dicee-flutter
This commit is contained in:
commit
9ade384c0d
11
README.md
11
README.md
@ -1,9 +1,8 @@
|
|||||||
![App Brewery Banner](Documentation/AppBreweryBanner.png)
|
![App Brewery Banner](https://github.com/londonappbrewery/Images/blob/master/AppBreweryBanner.png)
|
||||||
|
|
||||||
|
|
||||||
# Dicee 🎲
|
# Dicee 🎲
|
||||||
|
|
||||||
![Finished App](https://github.com/londonappbrewery/Images/blob/master/dicee-demo.gif)
|
|
||||||
|
|
||||||
## Our Goal
|
## 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 you’ll build in the future. This app will teach you how to make apps with functionality using setState() inside Stateful Flutter widgets.
|
The objective of this tutorial is to introduce you to the core programming concepts that will form the foundation of most of the apps you’ll build in the future. This app will teach you how to make apps with functionality using setState() inside Stateful Flutter widgets.
|
||||||
@ -13,6 +12,8 @@ The objective of this tutorial is to introduce you to the core programming conce
|
|||||||
|
|
||||||
We’re 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, you’ll be able to settle any score on the go!
|
We’re 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, you’ll 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
|
## What you will learn
|
||||||
|
|
||||||
- How to use Flutter stateless widgets to design the user interface.
|
- How to use Flutter stateless widgets to design the user interface.
|
||||||
@ -25,6 +26,6 @@ We’re going to make a Las Vegas dice app. You can make the die roll at the pre
|
|||||||
- Learn about basic dart programming concepts such as data types and functions.
|
- Learn about basic dart programming concepts such as data types and functions.
|
||||||
- Code and use gesture controls.
|
- Code and use gesture controls.
|
||||||
|
|
||||||
>This is a companion project to The App Brewery's Complete Flutter Developement Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
|
>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
|
||||||
|
|
||||||
![End Banner](Documentation/readme-end-banner.png)
|
![End Banner](https://github.com/londonappbrewery/Images/blob/master/readme-end-banner.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user