Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 788 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 788 Bytes

Mobile Computing Project

Mobile Computing University Course Project.

This is a cross-platform Flutter project but only the Android side has been implemented.

Requirements

  • Flutter 3.19
  • JDK 17
  • Gradle wrapper has been updated to 8.6 with ./gradlew wrapper --gradle-version latest

Generate models

If models have changed, run:

dart run build_runner build

Secure API keys

See

Find your SHA-1 fingerprint with e.g.

keytool -list -v -keystore "C:\Users\Janne\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android