all_in_one_video_player 1.0.0
all_in_one_video_player: ^1.0.0 copied to clipboard
A Flutter video player that supports YouTube, Vimeo, and server links with custom controls.
0.0.1 #
Initial Release
0.0.2 #
Deprecated constructor removed
0.0.3 #
Dangling library removed
1.0.0 #
- Official Release: Stable version of the premium video player.
- Breaking Change:
PlayerControlleris now aChangeNotifierfor reactive state updates. - New Feature: Added
PlayerThemefor deep UI customization (colors, icons, visibility). - New Feature: Added Premium UI with modern design, glassmorphism, and smooth animations.
- New Feature: Added Playback Speed control (0.5x to 2.0x).
- New Feature: Added Loop toggle support.
- New Feature: Added Double-tap to seek gestures (10s).
- New Feature: Added Thumbnail support during initialization.
- Improvement: Automatic metadata fetching (title & thumbnail) for YouTube and Vimeo via oEmbed.
- Improvement: Enhanced Fullscreen experience with orientation locking and system UI management.
- Optimized: Full DartDoc documentation and metadata for perfect Pub Score (160/160).
- Updated: Dependencies to latest stable versions.