gumlet_video_player 1.0.4
gumlet_video_player: ^1.0.4 copied to clipboard
A robust Flutter SDK for Gumlet Video Player, providing native HLS, DASH, and DRM (Widevine & FairPlay) streaming capabilities.
1.0.4 #
- Comprehensively updated
README.mddocumentation detailing parameter specifics for cross-platform integration arrays.
1.0.3 #
- Added native iOS `GumletPlayerListener` integrations routing deep FairPlay and AVFoundation errors into the Flutter terminal to securely debug player rejections.
1.0.2 #
- Fixed an iOS CocoaPods integration issue where the
.podspecfile was incorrectly named, previously preventing successful builds when imported into a new Apple environment.
1.0.1 #
- Initial release of the Gumlet Video Player Flutter SDK natively wrapping iOS and Android configurations.
- Added programmatic playback support via
videoUrl. - Bound advanced DRM protection properties (
drmLicenseUrlandcertificateUrl) covering Apple FairPlay and Android Widevine contexts. - Configured automated dependency integrations bypassing standard manual SPM steps.