yandex_music 1.2.2
yandex_music: ^1.2.2 copied to clipboard
A powerlibrary for accessing Yandex Music API (api.music.yandex.net).

Simple, Robust & Full-Featured Yandex Music Library
created for Dart & Flutter
Library implements all popular core functions, such as downloading lossless tracks, accessing "My Vibe (My Wave)", retrieving information, lyrics, artists, and albums, as well as performing searches, and more.
To use yandex_music, you need to obtain an API token.
-
Official && Recommended method (if you are developing an application with an interface) The method consists of using WebView, redirecting the user to the official Yandex authorization page, and tracking their movement. When the user logs in, the link will contain a token that can be used in the library. See the example at the example.dart.
-
Alternative method Alternative methods for obtaining a token are described in instructions for obtaining a token yourself. Important! There is no guarantee that the token will not fall into the wrong hands when using these methods. Use them at your own risk!
Usage #
You can see a complete example of using the library in the example.dart file.