A framework for building convergent cross-platform Nextcloud clients using Flutter.
 
 

8 lines
194 B

#!/bin/bash
set -euxo pipefail
cd "$(dirname "$0")/.."
dart pub global activate melos 3.1.0
dart pub global activate fvm 2.4.1
echo "y" | fvm install
melos exec --concurrency=1 flutter pub get