From 29d0c69625ed54879c510548fcd3e8c7e2196531 Mon Sep 17 00:00:00 2001 From: Dumidu Kasun Bandara Rajakaruna <50117273+dumidu1998@users.noreply.github.com> Date: Sat, 19 Oct 2019 00:01:54 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1b36cb2..ad3dcee 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,15 @@ A community based application for people to track trains and for people to view Clone this repository, fire up VS Code (or IDE of your choice 😕) and run the app. Obviously this app is Flutter BTW.😁😁 + +Steps to follow to setup the app.... + + 1.Clone the files in the repo. + 2.Make sure that u have installed flutter to ur computer. + 3.Open the CMD + 4.Change the directory to the cloned repo + 5.Run flutter build apk (That will build the apk file in the "..\build\app\outputs\apk\release" folder" + 6.Then connect your android device to the computer. Make sure that the developer option and USB debugging are turned on your device. + 7.Run flutter install in CMD + 8.That will install the app to your android device. + 9.Enjoy!! From 9a40f5cc589ba223efda8fe0b09ad034996a78c7 Mon Sep 17 00:00:00 2001 From: Dumidu Kasun Bandara Rajakaruna <50117273+dumidu1998@users.noreply.github.com> Date: Sat, 19 Oct 2019 00:02:50 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3dcee..573e435 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,19 @@ Obviously this app is Flutter BTW.😁😁 Steps to follow to setup the app.... 1.Clone the files in the repo. + 2.Make sure that u have installed flutter to ur computer. + 3.Open the CMD + 4.Change the directory to the cloned repo - 5.Run flutter build apk (That will build the apk file in the "..\build\app\outputs\apk\release" folder" + + 5.Run flutter build apk (That will build the apk file in the "..\build\app\outputs\apk\release" folder) + 6.Then connect your android device to the computer. Make sure that the developer option and USB debugging are turned on your device. + 7.Run flutter install in CMD + 8.That will install the app to your android device. + 9.Enjoy!!