Mobile app for the Waaiburg project in 2022-2023
Install steps:
- Install Flutter SDK
- Install flutter extension in VSCode
- Run flutter doctor
- Install Android Studio
- Install Android SDK
- Install Android emulator
Possible problems:
- cmdline-tools component is missing -> install it in Android Studio
- Some Android licenses not accepted. -> run flutter doctor --android-licenses in cmd and accept all licenses
- 'flutter' is not recognized as an internal or external command, operable program or batch file. -> add flutter sdk bin path to environment variables and restart vscode