This is the repository that stores the application code for WanderList, being built out by Pantone 448C.
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 applicationInstall dependencies & relevant package commands
flutter pub get && flutter pub run flutter_launcher_icons:mainUsing Android Studio, this application can be built by clicking "Run" after opening the project.
Using CLI, the application can be built and installed onto a device using
flutter runIf 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