omni_video_player 1.0.6
omni_video_player: ^1.0.6 copied to clipboard
A Flutter widget for playing videos from YouTube, Vimeo, assets, and network sources — fully customizable and easy to integrate.
1.0.6 #
- Fixed a bug where seeking in long YouTube videos caused noticeable delays
1.0.5 #
- Improvement: autoplay is now managed correctly for better user experience
- No parameter changes needed—just update the package to fix the issue
1.0.4 #
- Feature: Added gesture-based fast-forward (
enableForwardGesture) - Feature: Added gesture-based rewind (
enableBackwardGesture) - Feature: Added gesture to exit fullscreen on vertical swipe (
enableExitFullscreenOnVerticalSwipe) - All new gesture flags are enabled by default
1.0.3 #
- Fix: Fallback to
nullifGlobalPlaybackControlleris not found
1.0.2 #
- Fix bug when
useGlobalPlaybackController:false
1.0.1 #
- Resolve pub.dev analysis issues
1.0.0 #
- Initial development release