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

Making `dart doc` happy #152

Closed hayribakici closed 1 year ago

hayribakici commented 1 year ago

Adds library documentation and removes all warnings in order to make dart doc happy.

It also removes the deprecated files spotify_io.dart and spotify_browser.dart as they were the issue why dart doc throws errors.