Files
flutter-elinux-plugins/packages/video_player/CHANGELOG.md
T
2023-10-03 21:44:25 -07:00

36 lines
799 B
Markdown

## 1.0.0
* Add `isPlaying` functionality with VideoPlayerController.
## 0.9.9
* Add ELinuxVideoPlayer (VideoPlayerPlatform for eLinux) for flutter 3.13.
## 0.9.8
* Update flutter/dart-sdk versions in environment for flutter 3.13.0.
## 0.9.7
* Improve playback performance if GstEGLImage is avalable.
## 0.9.6
* Update for video_player_platform_interface v5.1.1 / video_player v2.4.7 / flutter 3.3.0
## 0.9.5
* Fix missing include.
## 0.9.4
* Upgrade video_player_platform_interface from 4.1.0 to 4.2.0.
* Refactor example source code.
## 0.9.3
* Improve the error handling.
* Add the missing mutex.
## 0.9.2
* Changed to send stream completed messages from main thread.
## 0.9.1
* Temporarily disable auto-repeat.
* Update the elinux template of the example app.
## 0.9.0
* First release.