stream_thumbnail 0.1.0 copy "stream_thumbnail: ^0.1.0" to clipboard
stream_thumbnail: ^0.1.0 copied to clipboard

A Flutter plugin for creating a thumbnail from a local video file or from a video URL.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stream_thumbnail

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

dependencies:
  stream_thumbnail: ^0.1.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:stream_thumbnail/stream_thumbnail.dart';
0
likes
160
points
2.46k
downloads

Documentation

API reference

Publisher

verified publishergetstream.io

Weekly Downloads

A Flutter plugin for creating a thumbnail from a local video file or from a video URL.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cross_file, flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on stream_thumbnail

Packages that implement stream_thumbnail