cross_platform_video_thumbnails 0.0.2
cross_platform_video_thumbnails: ^0.0.2 copied to clipboard
A cross-platform Flutter package for generating video thumbnails that supports Android, iOS, Web, Windows, macOS, and Linux with WASM compatibility.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cross_platform_video_thumbnails
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cross_platform_video_thumbnails: ^0.0.2
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:cross_platform_video_thumbnails/cross_platform_video_thumbnails.dart';