dart_spotify_api 1.1.0
dart_spotify_api: ^1.1.0 copied to clipboard
Spotify API interaction tool in Dart, providing seamless integration and easy access to Spotify's music data and features.
1.1.0 #
- Added new methods:
getSimilarArtists(String artistId): Get similar artists for a given artist ID.getAlbumTracks(String albumId): Get tracks for a given album ID.getTopTracks(String artistId): Get an artist's top tracks.getTopAlbums(String artistId): Get an artist's top albums.getTopSingles(String artistId): Get an artist's top singles.getUserPlaylists(): Get the user's playlists.
1.0.0 #
- Initial version.