Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

47 lines (23 loc) · 929 Bytes

0.1.1

Added homepage in pubspec.yaml

0.1.0

Initial version of FlickVideoPlayer.

0.2.0

Upgraded the packages to make it compatible with Flutter 2.0.0.

0.2.1

Added setPlaybackSpeed method in FlickControlManager to change video playback speed with FlickSetPlayBack UI helper widget.

0.3.0

Migrated to dart null safety.

0.3.1

Fix for NullPointerException for video_player in release mode.

0.4.0-dev.1

Added an example for web platform, with some fixes on the player for web.

0.4.0-dev.2

Fix - Only show buffering is video is buffering and playing.

Fix - Only disable Wakelock if setting enabled by the user.

Web Fix - Chrome auto-play policy fix, video to be muted by default if auto-play enabled.

Updated video_player version to 2.1.12.

Added keyboard shortcuts for web player.

0.4.0-dev.3

Fix - Video player intialization issue.

Added default closed caption show feature.