any_video_player 0.1.3 any_video_player: ^0.1.3 copied to clipboard
The video_player plugin gives low level access for the video playback. Advanced video player based on video_player.
0.1.3 #
- Fixed same bugs.
- Upgraded video_player to 2.9.2
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
0.1.0 #
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Upgraded video_player to 2.8.7
0.0.9 #
- Fixed the crash issue where the Android platform cannot obtain certain fields in frame-by-frame mode.
- Supported set playbackSpeed field
0.0.8 #
- Supported frame by frame mode
- Optimized bottom actions ui
- Supported fullscreen mode
- Supported set playbackSpeed
- Updated minimum supported SDK version to Flutter 3.13/Dart 3.1
0.0.7 #
- Updated minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Upgraded video_player to 2.8.2
- Fixed some bugs
0.0.5 #
- Upgraded video_player to 2.7.0
0.0.4 #
- Supported video player event [initialized, play, pause, seekTo, finished, controlsVisibleChange]
0.0.2 #
- Supported load video from local filesystem
- Added option : autoAlignVideoBottom
When the video width is larger than the screen width, the bottom progress bar is automatically aligned to the height of the video after scaling - Fixed some bugs
0.0.1 #
- Initial release.