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

11 lines
217 B

3 years ago
#!/bin/bash
set -euxo pipefail
cd "$(dirname "$0")/.."
git submodule init
git submodule update
dart pub global activate mono_repo 6.4.0
dart pub global activate fvm 2.4.1
yes | fvm install
3 years ago
fvm exec mono_repo pub get