From e31ee645b879298b43154e880236742da47ddef6 Mon Sep 17 00:00:00 2001 From: Angela Yu <8798027+angelabauer@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:10:53 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f0e20b..935c0d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![App Brewery Banner](Documentation/AppBreweryBanner.png) +![App Brewery Banner](https://github.com/londonappbrewery/Images/blob/master/AppBreweryBanner.png) + # Dicee 🎲 @@ -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. - 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) From 83f712c41aa6568faf4f2431d177641cf6896644 Mon Sep 17 00:00:00 2001 From: Angela Yu <8798027+angelabauer@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:11:12 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 935c0d4..774fdf1 100644 --- a/README.md +++ b/README.md @@ -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 you’ll 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 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 - How to use Flutter stateless widgets to design the user interface.