rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
207 stars 93 forks source link

Add `Map<String, bool>` return type and method depracation #162

Closed hayribakici closed 1 year ago

hayribakici commented 1 year ago

This PR is a catch up regarding the return type Map<String, bool> of the Me.isFollowing, TracksMe.contains and Playlist.followedBy methods, which are now marked as deprecated and are replaced by Me.containsFollowing, TracksMe.containsTracks and Playlist.followedByUsers.