lastfm 0.0.5 copy "lastfm: ^0.0.5" to clipboard
lastfm: ^0.0.5 copied to clipboard

A pure-Dart Last.fm API wrapper

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-web.flutter-io.cn 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.
5
likes
100
pub points
2%
popularity

Publisher

verified publisherblakes.dev

A pure-Dart Last.fm API wrapper

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

crypto, dio, xml

More

Packages that depend on lastfm