Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@ 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!!