User Interface for the SCloud project
To build the project, clone the repository and install the flutter sdk for your system.
Then build the project for your system by running :
flutter runYou should have a working app.
This should be enough for a quick launch. For more feature, please check-out the Flutter documentation.
On Linux you'll need the libmpv dependencies :
sudo apt install libmpv2Once you've got it,you'll need to extract the cantent of the archive in the directory of your choice.
mv build-linux.tar.gz /path/to/my/dir/build-linux.tar.gz
cd /path/to/my/dir
tar -xf build-linux.tar.gzThen you should be good to go.
To execute the app just find the binairy in the bundle directory and the app should be executing.