kd_youtube_background_audio 0.0.8
kd_youtube_background_audio: ^0.0.8 copied to clipboard
A robust Flutter wrapper bridging just_audio and youtube_explode_dart for seamless background audio streaming and native OS media controls.
0.0.8 #
- Docs: Completely overhauled
README.mdto emphasize the package's architecture as a wrapper. - Docs: Clarified technical considerations and added a legal disclaimer.
- Docs: Highlighted the
cookiesparameter for authenticated playback. - Chore: Updated
pubspec.yamldescription to reflect the new professional messaging.
0.0.7 #
- Fix: Refactored state management to bypass
rxdartBehaviorSubject getter issues during pub.dev downgrade analysis.
0.0.6 #
- Fix: Tightened dependency constraints to pass pub.dev downgrade analysis.
0.0.5 #
- Fix: Resolved static analysis compilation error in
exampleapplication. - Feature:
playFromYoutubenow automatically fetches title, artist, and thumbnail if omitted (Synchronized with README docs). - Fix: Updated pubspec.yaml description length to meet pub.dev scoring requirements.
0.0.4 #
- Fix: Updated pubspec.yaml description length to meet pub.dev scoring requirements.
0.0.3 #
- Feature: Added
getMetadatamethod inKdYoutubeExtractorto fetch video title, author, duration, and thumbnail seamlessly. - Feature: Introduced
KdVideoMetadataclass for structured data handling.
0.0.2 #
- Fixed pub.dev scoring issues.
- Added documentation for public APIs.
- Added an example application.
0.0.1 #
- Initial public release.
- Added KdYoutubeAudioHandler for background playback.
- Added KdYoutubeExtractor for direct stream extraction.