video_thumb_kit 1.0.0 copy "video_thumb_kit: ^1.0.0" to clipboard
video_thumb_kit: ^1.0.0 copied to clipboard

A fast, cross-platform Flutter plugin for generating video thumbnails from files, URLs, and byte arrays, with multiple image formats and full size, quality, and timestamp customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_thumb_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  video_thumb_kit: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_thumb_kit/video_thumb_kit.dart';
3
likes
150
points
107
downloads

Documentation

API reference

Publisher

verified publisheracmesoftware.com

Weekly Downloads

A fast, cross-platform Flutter plugin for generating video thumbnails from files, URLs, and byte arrays, with multiple image formats and full size, quality, and timestamp customization.

Homepage
Repository (GitHub)
View/report issues

Topics

#video #thumbnail #flutter-plugin #cross-platform #image-processing

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, meta, plugin_platform_interface, web

More

Packages that depend on video_thumb_kit

Packages that implement video_thumb_kit