vimeo_video_metadata 0.0.1
vimeo_video_metadata: ^0.0.1 copied to clipboard
A lightweight Dart package to fetch Vimeo video metadata using the oEmbed API. Just provide a Vimeo URL or video ID and get title, author, thumbnail, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vimeo_video_metadataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vimeo_video_metadata: ^0.0.1Alternatively, 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:vimeo_video_metadata/vimeo_video_metadata.dart';