- Support
httpHeaders
option ofVideoPlayerController.network
.
- Live streaming content starts playing immediately when SeekTo() is called.
- Update pigeon to 22.3.0.
- Temporarily set duration to 1, if duration is 0.
- Update video_player to 2.9.1.
- Update video_player_platform_interface to 6.2.0.
- Update the example app and integration_test.
- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.19 and 3.3.
- Synchronize VideoPlayerValue.isPlaying with underlying video player.
- Fix event channel issue, sending messages from native to Flutter on the platform thread.
- Disable screensaver when player is playing.
- Update pigeon to 10.0.0.
- Minor cleanups.
- Fix memory leak issue.
- Increase the minimum Flutter version to 3.3.
- Update README with supported devices information.
- Update pigeon to 6.0.1.
- Migrate to in-package pigeon-generated code.
- Add a queue for storing decoded media packet.
- Apply new texture APIs.
- Update video_player to 2.4.2.
- Update video_player_platform_interface to 5.1.2.
- Update the example app and integration_test.
- Migrate to new analysis options.
- Remove obsolete dependency on pedantic.
- Code cleanups.
- Apply texture common release callback.
- Show first frame after player is prepared.
- Assign
on_completed_cb_
of player before callingplayer_set_play_position
to fix intermittent issue.
- Fix a freezing issue on Flutter 2.5 or above.
- Never return empty error messages to avoid null reference exceptions.
- Update video_player to 2.2.6 and update the example app.
- Minor cleanups.
- Fix
seekTo
so that it returns when seeking is completed.
- Update README.
- Update video_player to 2.2.3.
- Update video_player_platform_interface to 4.2.0.
- Update integration_test.
- Appaly new common texture APIs.
- Initial release.