Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.12 KB

WanderList Application

This is the repository that stores the application code for WanderList, being built out by Pantone 448C.

Running the application

Installation

Building and installing this application requires the flutter and adb command line utilities to be installed. See the installation guides for flutter and adb for more information.

Clone the repository

git clone https://www.github.com/Pantone-448C/application.git && cd application

Dependencies

Install dependencies & relevant package commands

flutter pub get && flutter pub run flutter_launcher_icons:main

IDE (Android)

Using Android Studio, this application can be built by clicking "Run" after opening the project.

CLI (Android)

Using CLI, the application can be built and installed onto a device using

flutter run

If you want to run on a specific device (when multiple are connected), specify the device using

flutter run -d [device-name]

Device name can be found using

adb devices