Mobile App¶
Building from Source¶
Environment Setup¶
First, please refer to the official Google Flutter documentation to set up the development environment, ensuring that the flutter command is added to the %PATH% or $PATH environment variable.
Building and Running¶
Prepare a mobile emulator or connect a real device, navigate to the client directory, and execute:
flutter pub get
flutter run
Since the app uses the Flutter cross-platform framework, it can also run on Android, iOS, Windows, Linux and MacOS, though it has not been adapted for landscape screen.