RblSb / SyncTubeApp

Mobile client for SyncTube
10 stars 2 forks source link
flutter-apps synctube

SyncTubeApp

Mobile client for SyncTube.

Screenshots: portrait / landscape.

Builds (Android)

Open workflow list, open first in list and download apk articaft. Or try to download from this link.

Development

For signed release build, create android/release.jks keystore and android/key.properties with:

storePassword=VALUE
keyPassword=VALUE
keyAlias=VALUE
storeFile=release.jks

And run: flutter build apk.

Or flutter build apk --target-platform=android-arm for specific architecture.