any_video_player 0.0.8 any_video_player: ^0.0.8 copied to clipboard
The video_player plugin gives low level access for the video playback. Advanced video player based on video_player.
0.0.8 #
- support frame by frame mode
- optimize bottom actions ui
- support fullscreen mode
- support set playbackSpeed
- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1
0.0.7 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- upgrade video_player to 2.8.2
- fixed some bugs
0.0.5 #
- upgrade video_player to 2.7.0
0.0.4 #
- support video player event [initialized, play, pause, seekTo, finished, controlsVisibleChange]
0.0.2 #
- support load video from local filesystem
- add 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 - fix some bugs
0.0.1 #
- initial release.