Awesome
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
- Install Flutter.
- Install VSCode and Flutter extension.
- Open project, connect device with usb, press F5 for debug build with hot-reload.
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.