video_thumbnail_generator

Creator: coderz1093

Last updated:

0 purchases

video_thumbnail_generator Image
video_thumbnail_generator Images
Add to Cart

Description:

video thumbnail generator

video_thumbnail_generator #
The plugin generates thumbnails from a video URL. Just enter the url of the video into the ThumbnailImage() widget. You can also output the image as Uint8List. Supports Android, IOS & Web.
Getting Started #
1. Get Thumbnail as a Flutter Image Widget #

ThumbnailImage(
videoUrl:
"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4",
width: 400,
height: 400,
)
copied to clipboard
2. Get Thumbnail Image as Uint8List #
Uint8List bytes = await VideoThumbnail.getBytes(
"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4"
);
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.