lastfm 0.0.6 copy "lastfm: ^0.0.6" to clipboard
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 and LastFMAuthorizedMethods.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.
6
likes
130
points
675
downloads

Publisher

verified publisherblakes.dev

Weekly Downloads

A pure-Dart Last.fm API wrapper

Repository (GitHub)

Documentation

API reference

License

Unlicense (license)

Dependencies

crypto, dio, xml

More

Packages that depend on lastfm