Skip to content

senri1101/spotify_sdk

Repository files navigation

spotify_sdk (wip)

Description

This will be a spotify_sdk package for flutter using both the spotify-app-remote sdk and spotify-auth library. The auth library is needed to get the authentication token to work with the web api.

Instructions

tbd

Api

Function Description Android iOS
connectToSpotifyRemote Connects the App to Spotify ✔️ 👷
getAuthenticationToken Gets the Authentication Token that you can use to work with the Web Api ✔️ 👷
queue Queues given spotifyUri ✔️ 👷
play Plays the given spotifyUri ✔️ 👷
pause Pauses the current track ✔️ 👷
resume Resumes the current track ✔️ 👷
skipNext Skips to next track ✔️ 👷
skipPrevious Skips to previous track ✔️ 👷
seekTo Seeks the current track to the given position in milliseconds ✔️ 👷
seekToRelativePosition Adds to the current position of the track the given milliseconds ✔️ 👷
toggleShuffle Cycles through the shuffle modes ✔️ 👷
toggleRepeat Cycles through the repeat modes ✔️ 👷
addToLibrary Adds the given spotifyUri to the users library ✔️ 👷
getImage Get the image from the given spotifyUri 👷 👷
logout logs the user out and disconnects the app connection 👷 👷

Docs

About

Flutter Package to connect the spotify sdk

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 60.5%
  • Kotlin 20.7%
  • Swift 17.0%
  • Ruby 0.6%
  • HTML 0.6%
  • Objective-C 0.4%
  • Shell 0.2%