spotify_api 3.0.0 copy "spotify_api: ^3.0.0" to clipboard
spotify_api: ^3.0.0 copied to clipboard

A wrapper for the Spotify Web API, implemented in Dart. Available on all Dart platforms.

example/README.md

spotify_api Examples #

Have a look at the example directory for some examples on how to use the library. To execute the examples, you should have a .env file containing a client ID and client secret from Spotify:

file: .env
---

CLIENT_ID=abcdefg
CLIENT_SECRET=hijklmop

Examples that interact with user data (e.g. get_user_playlists.dart) require a refresh token, which can be obtained by running dart run tool/retrieve_refresh_token.dart and following the instructions to log in.

2
likes
160
pub points
72%
popularity

Publisher

verified publisherbjoernpetersen.net

A wrapper for the Spotify Web API, implemented in Dart. Available on all Dart platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, http, json_annotation, logger, meta

More

Packages that depend on spotify_api