omxplayer_video_player 2.1.1
omxplayer_video_player: ^2.1.1 copied to clipboard
A package that implements video_player_platform_interface using omxplayer and platform views.
2.1.0 #
- upgrade deps
2.0.0+2 23.02.2021 #
- clarify relation to video_player package in readme
2.0.0+1 17.04.2021 #
- add supported platforms hint in readme
- change repo
2.0.0 13.03.2021 #
- Update to null-safe video_player_platform_interface
- Migrate to null safety
1.2.0 01.08.2020 #
- Added
OmxplayerVideoPlayer.isPlatformSidePresentto synchronously check if theOmxplayerVideoPlayerplugin is present on the platform-side.
1.1.0+1 12.06.2020 #
- Defer UniqueRegistry callbacks so they're not called when building the widget tree
1.1.0 12.06.2020 #
- Differentiate between strict and non-strict omxplayer view enforcement. (See documentation)
- Move sources to src folder
1.0.1 10.06.2020 #
- Make it an error to have more than one omxplayer view displayed at a time (Using GlobalObjectKey)
1.0.0 08.06.2020 #
- Initial Release
- All features working