cached_video_preview 1.0.2 copy "cached_video_preview: ^1.0.2" to clipboard
cached_video_preview: ^1.0.2 copied to clipboard

outdated

Flutter plugin that can help you get remote or local video preview image and cache it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_video_preview

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

dependencies:
  cached_video_preview: ^1.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:cached_video_preview/cached_video_preview.dart';
25
likes
0
points
489
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that can help you get remote or local video preview image and cache it.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, metadata_fetch, moor, moor_flutter, path, path_provider, sqlite3_flutter_libs, video_thumbnail

More

Packages that depend on cached_video_preview