yt_flutter_musicapi 2.1.4
yt_flutter_musicapi: ^2.1.4 copied to clipboard
A Flutter plugin for YouTube Music API that provides music search and related songs functionality using Python backend.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
2.1.4 #
Added #
-Introduced streamSearchResults functionality for real-time streaming of search results.
This allows incremental delivery of song metadata instead of waiting for the entire batch, significantly improving responsiveness.
1.1.3 #
Fixed #
- Corrected thumbnail quality mappings in the Python layer.
LOW: w60-h60 (60x60 pixels)MED: w120-h120 (120x120 pixels)HIGH: w320-h320 (320x320 pixels)VERY_HIGH: w544-h544 (544x544 pixels)
1.1.2 #
1.0.1 #
1.0.0 #
Added #
- Initial stable release.
- YouTube Music search functionality using python's
ytmusicapiand audio usingyt-dlp. - Related songs feature based on current track.
- Support for configurable audio and thumbnail quality.
- Cross-platform structure with Android support.
- Integrated Kotlin-Python bridge using Chaquopy for backend communication.