Skip to content

VasilisMylonas/ProjectSD_S6

 
 

Repository files navigation

Loop

Frontend

  • Flutter
  • Everything is in frontend/
  • For features use frontend/feature-name branch

Install dependencies

First make sure you have plenty of space available. 20GB should do. Also make sure unzip, xz, wget, grep and openjdk-21 are installed. Make sure java-21 is the default java version.

  1. Open your terminal.

  2. Install the Flutter SDK: run ./scripts/install_flutter.sh

  3. Install the Android SDK: run ./scripts/install_android.sh

  4. Restart your terminal and run whereis flutter && whereis sdkmanager to check if the installation was successful.

    • If you see something like /home/yourusername/flutter/bin/flutter, then the installation was successful.
    • If you see something like /home/yourusername/android/cmdline-tools/latest/bin/sdkmanager, then the installation was successful.

    If you don't see these paths, then something has gone wrong.

  5. Configure Flutter for Android development: run ./scripts/config_flutter.sh

  6. Open VSCode and install the Flutter and Dart extensions.

  7. Click this the plus icon on the bottom right.

  8. Select "Create Android Emulator".

About

Project for Software Development course of Semester 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 76.8%
  • C++ 6.8%
  • Python 6.8%
  • CMake 5.5%
  • Shell 2.0%
  • Makefile 0.7%
  • Other 1.4%