flutter_ytdlp_plugin 0.0.2
flutter_ytdlp_plugin: ^0.0.2 copied to clipboard
A Flutter plugin for YouTube video streaming using yt-dlp. Supports fetching video formats, related videos, and more.
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.
[Unreleased] #
Added #
- Initialization checks for Python and yt-dlp
Changed #
- Improved thread safety in Kotlin bridge
- Initialization checks for Python and yt-dlp
0.0.2 #
Fixed #
- Crash on Android when Python environment not properly initialized
- Memory leaks in long-running Python operations
- Thread synchronization issues in Kotlin executor
- Initialization checks for Python and yt-dlp
- Better error handling with detailed messages
Added #
initialize()method to explicitly start the pluginisInitialized()method to check plugin status- Proper documentation for all public methods