Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblsb/synctubeapp
Mobile client for SyncTube
https://github.com/rblsb/synctubeapp
flutter-apps synctube
Last synced: 11 days ago
JSON representation
Mobile client for SyncTube
- Host: GitHub
- URL: https://github.com/rblsb/synctubeapp
- Owner: RblSb
- Created: 2020-07-13T19:07:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T12:03:47.000Z (21 days ago)
- Last Synced: 2024-12-15T12:29:22.827Z (21 days ago)
- Topics: flutter-apps, synctube
- Language: Dart
- Homepage:
- Size: 366 KB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SyncTubeApp
Mobile client for [SyncTube](https://github.com/RblSb/SyncTube).
Screenshots: [portrait](https://i.imgur.com/ft5N5bb.png) / [landscape](https://i.imgur.com/Q0jz89w.png).
### Builds (Android)
Open [workflow list](https://github.com/RblSb/SyncTubeApp/actions?query=is%3Asuccess), open first in list and download apk articaft.
Or try to download from [this link](https://nightly.link/RblSb/SyncTubeApp/workflows/main/master/app-release.apk.zip).### Development
- Install [Flutter](https://flutter.dev/docs/development/tools/sdk/releases).
- Install VSCode and [Flutter](https://marketplace.visualstudio.com/items?itemName=Dart-Code.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](https://flutter.dev/docs/deployment/android#create-a-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.