ogplayer_flutter 1.1.0
ogplayer_flutter: ^1.1.0 copied to clipboard
OGPlayer — a full-featured video player SDK for Flutter. HLS/DASH, DRM, IMA ads, offline downloads, playlists, PiP and a customizable player UI, powered by the native OGPlayer Android and iOS SDKs.
1.1.0 #
Initial release — wraps OGPlayer Android 1.1.0 and OGPlayer iOS 1.1.2.
OGPlayerViewwidget +OGPlayerViewController: VOD/live/live-DVR, multi-DRM with a DarttokenProvider, Google IMA ads, playlists with the "Up next" card, picture-in-picture, subtitles/audio/quality selection, fullscreen (button + rotate), watermark overlays, full chrome configuration down to headless.OGVerticalFeedViewwidget: the SDK's swipeable portrait video feed — pooled preloaded neighbours, split text/video layouts, sponsored items, host-owned rail actions — withOGVerticalFeedItem,OGVerticalFeedConfig,FeedRailAction,OGFeedContentFit,OGFeedTextPlacementandOGFeedSplitAudioSource.OGDownloads: offline downloads with offline DRM, license renewal, and a broadcast event stream.- One mirrored API and event union across the OGPlayer SDKs.
iOS host requirements (see the README): forward
application(_:supportedInterfaceOrientationsFor:) to
OgplayerFlutterPlugin.interfaceOrientationMask for fullscreen/rotate, and
application(_:handleEventsForBackgroundURLSession:completionHandler:) to
OgplayerFlutterPlugin.handleDownloadBackgroundEvents so downloads that
finish while the app is not running complete.