lastfm 0.0.6
lastfm: ^0.0.6 copied to clipboard
A pure-Dart Last.fm API wrapper
0.0.6 #
- Bump dependencies to address a vulnerability in Dio
- This also bumps the SDK version to 3.0.0 at the oldest.
0.0.5 #
- Remove a stray print 0.0.4 introduced 😩
0.0.4 #
- BREAKING: The scrobble
startTime/timestamp
is now actually required (it won't work without it anyway). - Removed a stray
print
. - Make the scrobble
startTime/timestamp
be passed in seconds. - Added a scrobble to the example.
0.0.2 #
- Added
LastFMAuthorizedMethods.scrobble
andLastFMAuthorizedMethods.updateNowPlaying
- Moved the example so pub.dev shows it
0.0.1 #
- Authenticate using the "desktop" method to the API.
- Read and write for each method in the API.
- Basic scrobbling support (both methods).
- Basic album/artist/track reading methods and specialized classes for their output.