rinukkusu / spotify-dart

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

Removes `null` elements when parsing `items` in response json #140

Closed hayribakici closed 1 year ago

hayribakici commented 1 year ago

This PR fixes #114 and adds shows into the search scope.

The problem arises, when the items json contains null entries. This PR removes them while parsing the json.