smart_video_thumbnail 0.1.0
smart_video_thumbnail: ^0.1.0 copied to clipboard
High-performance Flutter plugin for extracting video thumbnails using native FFmpeg engine. Supports all video formats (MP4, AVI, MKV, FLV, etc.) with CPU-only decoding.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add smart_video_thumbnailWith Flutter:
$ flutter pub add smart_video_thumbnailThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
smart_video_thumbnail: ^0.1.0Alternatively, 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:smart_video_thumbnail/smart_video_thumbnail.dart';