any_video_player

Creator: coderz1093

Last updated:

0 purchases

any_video_player Image
any_video_player Images

Languages

Categories

Add to Cart

Description:

any video player

any_video_player #


The video_player plugin gives low level access for the video playback. Advanced video player based on video_player.
Getting Started #
Add the package to your pubspec.yaml:
dependencies:
any_video_player: <latest_version>
copied to clipboard
Features #

support video player event.
support frame by frame mode
support fullscreen mode
support set playbackSpeed
When the video width is larger than the screen width, the bottom progress bar is automatically aligned to the height of the video after scaling.

Usage #
AnyVideoPlayerController anyVideoPlayerController = AnyVideoPlayerController(
dataSource: VideoPlayerDataSource.network('https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4'));

final playerWidget = AnyVideoPlayer(
controller: anyVideoPlayerController,
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.