Skip to content

RblSb/SyncTubeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

377e7ca · Feb 8, 2025
Feb 8, 2025
Feb 16, 2023
Dec 9, 2024
Feb 4, 2023
Jul 13, 2020
Feb 8, 2025
May 14, 2022
Dec 9, 2024
Jul 13, 2020
May 17, 2024
Dec 9, 2024
Feb 8, 2025
Feb 8, 2025

Repository files navigation

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.