vimeo_video_player 1.0.0 copy "vimeo_video_player: ^1.0.0" to clipboard
vimeo_video_player: ^1.0.0 copied to clipboard

A Flutter package to play Vimeo videos using their Video ID. Utilizes InAppWebView for smooth video playback directly in your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vimeo_video_player

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

dependencies:
  vimeo_video_player: ^1.0.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:vimeo_video_player/vimeo_video_player.dart';
69
likes
150
points
1.94k
downloads
screenshot

Publisher

verified publishermindinventory.com

Weekly Downloads

A Flutter package to play Vimeo videos using their Video ID. Utilizes InAppWebView for smooth video playback directly in your Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_inappwebview

More

Packages that depend on vimeo_video_player