Skip to content

Pantone-448C/wanderlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages