Kingkor Roy Tirtho
Kingkor Roy Tirtho
You'll need the following: - `DOTENV_NIGHTLY` (follow the .env.example) - `DOTENV_RELEASE` (same as nightly) - `KEYSTORE` (base64 encoded app signing keystore `upload-keystore.jks`. Follow flutter [apk signing](https://docs.flutter.dev/deployment/android#signing-the-app)) - `KEY_PROPERTIES` - [Learn...
@powenn Flavor support was added but the logo is still using the nightly version for every flavor. You can run without specifying the nightly config files for `flutter_native_splash` and `flutter_launcher_icons`...
The dev and stable icons are the same. Only the name are different in home screen. One is "Spotube Dev" other is just "Spotube"
Awesome work! I guess it should work fine now. π Thanks a lot for the contribution β€οΈ
Unfortunately, this is not working and brings back old issue 15d466a04538ec70c3a0c132f2baaaf8690f8d4e. The issue of #961 and #926 happens when the audio-player was paused manually, not on Audio Interruption of other...
> My focus is now on managing a stream while playing in line with the interruption cycle. You don't have to do that because: > simply we can have a...
We can probably do this: ```diff MobileAudioService(this.playlistNotifier) { AudioSession.instance.then((s) { session = s; session?.configure(const AudioSessionConfiguration.music()); bool wasPausedByBeginEvent = false; s.interruptionEventStream.listen((event) async { if (event.begin) { switch (event.type) { case AudioInterruptionType.duck:...
I actually fixed the issue myself as this PR took more time. So, I'm closing it. Thanks to @talha828 although it's not merged β€οΈ
Thanks a lot for the contribution
@QiKe-007 follow this thread for your issue #905 It's usually outdated ssl certificates and you probably need to update Windows