Flutter project with UI for the GOLEM application.
Installation assumes that you have cloned the repository from GitHub and are in the ui
directory.
Start by installing Flutter and Dart SDKs. See Flutter documentation for more details.
Run Flutter Doctor to see if your environment is set up correctly:
flutter doctor
Install the dependencies:
flutter pub get
Run the app by executing the following command:
flutter run
You will be prompted to select a device to run the app on. GOLEM UI has been tested on MacOS and Google Chrome, but should work on other platforms as well.
This project comes with pre-configured launch.json
file for VS Code. If you're using VS Code, you should be able to run the application using VS Code's debugger.