better_player_platform_interface 1.1.0
better_player_platform_interface: ^1.1.0 copied to clipboard
A common platform interface for the better_player plugin.
Unreleased #
- none.
1.1.0 #
- Added: Removed legacy
MethodChannelVideoPlayerand replaced it with a modern JNI/Swiftgen implementation. - Added: Renamed
VideoPlayerPlatformtoBetterPlayerPlatformfor better project branding.
1.1.0 #
- Refactor: Rename
VideoPlayerPlatformtoBetterPlayerPlatformfor consistency. - Refactor: Remove legacy
MethodChannelVideoPlayerimplementation in favor of FFI/JNI.
1.0.2 #
- Docs: Updated model name references in example.md.
1.0.1 #
- Add thin examples to platform packages and decoupled example app.
1.0.0 #
- Added: Established as the central platform interface package for the federated plugin architecture.
- Updated: Consolidated core models (
DataSource,VideoEvent, etc.) andMethodChannelVideoPlayerinto this package. - Updated: Renamed
isPictureInPictureEnabledtoisPictureInPictureSupportedfor API consistency. - Added:
dataSourceToMapserialization inMethodChannelVideoPlayerto allow platform-specific extensions.