video_snapshot_generator 0.0.1 copy "video_snapshot_generator: ^0.0.1" to clipboard
video_snapshot_generator: ^0.0.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 Dart:

 $ dart pub add video_snapshot_generator

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 dart pub get):

dependencies:
  video_snapshot_generator: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
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

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, path_provider, permission_handler, video_thumbnail

More

Packages that depend on video_snapshot_generator