cached_s5_video 0.1.0
cached_s5_video: ^0.1.0 copied to clipboard
Cached Video Provider for S5. Allows an application to take an S5 CID and display it with a simple, drop in, module.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cached_s5_video
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cached_s5_video: ^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:cached_s5_video/cached_s5_video.dart';