app/workspace.sh

8 lines
No EOL
211 B
Bash

echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_app
cd nekoya_app
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
flutter pub run flutter_launcher_icons
echo "=== DONE :3 ==="