Results 8 comments of A H

To follow up on this, I today tried the following steps: - Create a new, clean Flutter app - Add `spotify-auth` (1.2.3) and `spotify-app-remote` (0.7.1) in Android Studio to root...

Have narrowed the cause down to a possible bad version on `pub.dev`. Reproduction: * Use the SDK example project. Launch on Android to confirm is working fine * Open `pubspec.yaml`...

Issue solved: The package available from `pub.dev` as `1.0.0` is missing the following lines from `android/build.gradle`: ``` // -- spotify implementation project(':spotify-auth') implementation project(':spotify-app-remote') ``` Weirdly, I can't see any...

> @fightwithcrayon I just published a new version 1.0.2, do you still have the same issues with this version? Sorry, I'm not currently working with the SDK. Sounds like @Saurabh-Pandeyy,...

Thanks, that's useful to know. In the end we adjusted the branch name to be under the character limit, the ticket number alone would be a little vague to the...

I think perhaps I'm misunderstanding the organization concept, then – I was under the impression these would match the organizations available in Github? Is that not the case?

Seems that on Windows (10) the following commands work: `cargo build --release --no-default-features --features rodio_backend` `cargo run --no-default-features --features rodio_backend` And this PR will build/run completely fine. However, it's not...

Hi there, I see this was removed from the 9.4.0 milestone a year ago and has been stale since. This issue prevents easily disable springs globally when users prefer reduced...