

Please wait while we authenticate Spotify. Paste the following onto the webpage, which you linked to in your redirect URL. You need to provide a redirect URL which points to a dedicated page on a website you own. Register your app in the spotify developer portal. You also need to register your Bundle ID as well as a Redirect URI.įollow the instructions in the section Setup the iOS SDK of Spotify iOS SDK Quick Start.

download the current Spotify Android SDK.You also need to create a sha-1 fingerprint and add this and your package name to the app settings on the dashboard as well as a redirect url. Register your app in the spotify developer portal.The auth library is needed to get the access token to work with the web api.įrom the Spotify Android SDK Quick Start.


This package is using both the spotify-app-remote sdk and spotify-auth library. To use this plugin, add spotify_sdk as a dependency in your pubspec.yaml file like this dependencies: Since it wraps the native SDKs it has the same features and limitations. This is a flutter package that wraps the native iOS and Android Spotify "remote" SDKs as well as the Spotify Web Playback SDK for web.
