youtube_player_for_flutter 0.0.1
youtube_player_for_flutter: ^0.0.1 copied to clipboard
A native Flutter plugin to embed YouTube videos using the YouTube IFrame Player API. Supports playback controls, fullscreen, Shorts detection, and quality management.
0.0.1 #
- Initial release.
- Embedded YouTube player using YouTube IFrame Player API via native WebView.
- Full playback controls: play, pause, seek, load/cue videos, volume, mute/unmute.
- Native fullscreen support with automatic orientation (landscape for videos, portrait for Shorts).
- YouTube Shorts detection via native HTTP request.
- Playback quality management (get/set/available levels).
- Reactive
ValueNotifier-based controller for real-time player state. - Privacy-enhanced mode using
youtube-nocookie.com. - Android support (min SDK 24).
- iOS support (min iOS 13.0).