yandex_music 1.2.2 copy "yandex_music: ^1.2.2" to clipboard
yandex_music: ^1.2.2 copied to clipboard

A powerlibrary for accessing Yandex Music API (api.music.yandex.net).

Changelog #

1.2.2 - 2026-01-16 #

Added #

  • Added the ability to add/remove tracks from DislikedTracks
  • The TrackSource enum has been added with OWN and UGC values.
  • Fields have been added to the Track class: matchedTrack (If the track was uploaded by the user and the system recognized it as a track existing on the platform, then there will be a full-fledged Track object with the recognized track)
  • Added the ability to upload local tracks to the music library, as well as the ability to rename existing tracks
  • The Search.All method has been removed. 3. The Search.search method was added, based on a new endpoint and returning a SearchResult.
  • The following were added: enum SearchTypes, class SearchArtist, class SearchAlbum, class SearchConcert, class SearchResult
  • The DerivedColors class with accent colors was added.

Changed #

  • The Artist class is now abstract and the functionality has been split into UGCArtist and OfficialArtist.
  • Track2 class renamed to ShortTrack
  • The getAsBytes and getTrackDownloadInfo functions are hidden from prying eyes
  • getTracks function now directly supports shortTrack transfer
  • The Playlist2 class was renamed to PlaylistWShortTracks.
  • The Artist class is now abstract and divided into the UGCArtist and OfficialArtist classes.
  • The methods Track.getDownloadInfo, Track.getAsBytes, and Track.getAdditionalInfo were hidden.
  • The documentation was completely translated into English.

Fixed #

  • Fixed display of disliked tracks

1.2.1 - 2025-12-13 #

Added #

  • My vibe

1.0.1 - 2025-08-27 #

Changed #

  • Modified readme

1.0.0 - 2025-08-27 #

Added #

  • Changing playlists
  • Mark your favorite tracks
  • Working with albums
  • Search
  • Receiving a landing page

Changed #

  • Work with downloading tracks
  • Name of some methods
  • Improved handling of exceptions

0.0.3 - 2025-08-15 #

Changed #

  • Added example example.dart
  • Improved description of functions

0.0.2 - 2025-08-15 #

Deleted #

  • Automatic track downloading functionality (WASM compatibility)

0.0.1 - 2025-08-15 #

Added #

  • First release with basic functionality
  • Obtaining account information
  • Getting information about playlists
  • Working with tracks
  • Basic exceptions
3
likes
140
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerlibrary for accessing Yandex Music API (api.music.yandex.net).

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

crypto, dio, mime, path, xml

More

Packages that depend on yandex_music