flutter_video_view 1.1.7
flutter_video_view: ^1.1.7 copied to clipboard
A view for video based on video_player and provides many basic functions.
1.1.7 #
- Add
beforePlayBuilder,showCenterPlayButton,centerPlayButton. - Update
bufferingPlaceholdertobufferingBuilder.
1.1.6+5 #
- Add
canBackto control whether [BackButton] is displayed.
1.1.6+4 #
- Fixed issues after code detection.
1.1.6+3 #
- Modify the usage of
showControl. - Delete
showTopControl.
1.1.6+2 #
- Horizontal and vertical screen transitions no longer use asynchronous methods.
1.1.6+1 #
- Fixed known problems.
1.1.6 #
- Add
showTopControlto control the concealment of the top controller. - Optimization.
1.1.5 #
- Optimize the initialization process.
- Add
showBufferingto show placeholders in the buffer. - Replace only the initial state modification. When
autoInitializeorautoPlayis true, change the initialization status to loading.
1.1.4 #
Retracted #
- Replace only the initial state modification. When
autoInitializeorautoPlayis true, change the initialization status to loading.
1.1.3 #
- Add
bottomBuilderto customize your bottom control bar. - Add
progressBarGapto change the interval.
1.1.2 #
- No longer use the writing method of
VideoViewController.assets,VideoViewController.network,VideoViewController.fileandVideoViewController.contentUri. - Update README.md.
1.1.1 #
- Adjust the safety zone of the controller.
1.1.0 #
Breaking changes #
- Use
VideoViewValueinstead ofVideoPlayerValue, it will bring a better experience. - For error handling, the state before the error is retained and restored to the original state after successful playback.
1.0.1 #
- Increase score.
- Fix example.
1.0.0 #
- Release the first edition.
- A view for video based on video_player and provides many basic functions.
0.0.1 #
- TODO: Describe initial release.