video_snapshot_generator 0.1.1 copy "video_snapshot_generator: ^0.1.1" to clipboard
video_snapshot_generator: ^0.1.1 copied to clipboard

Generate video thumbnails with custom dimensions and quality settings for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_snapshot_generator

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

dependencies:
  video_snapshot_generator: ^0.1.1

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_snapshot_generator/video_snapshot_generator.dart';
1
likes
160
points
146
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

Generate video thumbnails with custom dimensions and quality settings for Flutter applications.

Repository (GitHub)
View/report issues

Topics

#images #media #utilities #thumbnail #video-processing

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, path, path_provider, permission_handler, universal_io

More

Packages that depend on video_snapshot_generator

Packages that implement video_snapshot_generator