Files
flutter-elinux-plugins/packages/video_player/CHANGELOG.md
T
Hidenori MatsubayashiandGitHub 6051d13082 [video_player] update dependencies plugin version (#43)
Updates
- Upgrade `video_player_platform_interface` from 4.1.0 to 4.2.0
- Update example
  - `video_player` from 2.1.12 to 2.2.5
  - Refactor source file
2021-10-26 13:39:15 +09:00

18 lines
362 B
Markdown

## 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.