0 purchases
styled video player
styled_video_player #
Styled_video_player package is based on video_player package
Make sure the use last flutter version.
optional about window #
language customization #
Usage #
videoUrl and videoName params are required
about parameter is optional
Player(
videoUrl:
'http://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4',
videoName: 'My Video',
about: "This about window is optional",
),
copied to clipboard
With Custom Language #
Player(
videoUrl:
'http://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4',
videoName: 'Mon Vidéo',
about: "Cette fenêtre à propos est facultative",
aboutText: "A propos de",
opacityText: "L'opacité",
speedText: "La vitesse",
volumeText: "Le volume"),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.