flick_video_player 0.7.0 copy "flick_video_player: ^0.7.0" to clipboard
flick_video_player: ^0.7.0 copied to clipboard

Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.

0.1.0 #

Initial version of FlickVideoPlayer.

0.1.1 #

Added homepage in pubspec.yaml

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 #

Updated Flutter to 2.8.0

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

Added keyboard shortcuts for web player.

Added default closed caption show feature.

Added caption toggle UI widget(FlickSubtitleToggle) and functionality.

Updated video_player to latest version video_player: ^2.2.10

Updated wakelock to wakelock: ^0.5.6

setEnabledSystemUIOverlays is deprecated and shouldn't be used. Migrate to setEnabledSystemUIMode

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.

Fix - Video player initialization issue.

Fix - Player control on Mobile browser.

Fix - Aspect ratio issue.

Fix - Updated third-party packages

0.5.0 #

Updated minimum Flutter version to 2.10.

Updated dependencies

Added option to immediately hide player controls in FlickDisplayManager

Fix - Static analysis

0.6.0 #

Updated Flutter version to 3.16.

Upgraded dependencies

0.7.0 #

Fix - pub.dev warnings

Fix - Deprecated widgets

Fix - Web full screen issue.

485
likes
130
pub points
98%
popularity

Publisher

verified publishergeekyants.com

Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.

Repository (GitHub)
View/report issues

Topics

#video-player

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, path_provider, provider, universal_html, video_player, wakelock

More

Packages that depend on flick_video_player