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

A Video Player that support videos from Vimeo platform in Flutter. This Package allow us to play any videos from Vimeo by using its Vimeo Video Id.

vimeo_video_player #

Flutter Website Dart Website MIT License

A Video Player For Vimeo Videos in Flutter. This plugin allow us to play video from vimeo and it's supports Android and iOS platforms.

Key Features #

  • easy way to play vimeo video in video player.

Preview #

vimeo_video_player

Basic Usage #

Import it to your project file

import 'package:vimeo_video_player/vimeo_video_player.dart';

And add it in its most basic form like it:

VimeoVideoPlayer(
  url: 'https://vimeo.com/70591644',
);

Required parameters of VimeoVideoPlayer #


Parameter Description
String url the string url of valid vimeo video

Optional parameters of VimeoVideoPlayer #


Parameter Description
List top-bottom overlay to hide/show status bars
DeviceOrientation deviceOrientation deviceOrientation of video view
Duration? startAt video will have initial position set to given minute/second
Function(Duration timePoint)? onProgress it will be called periodically with current video position (approximately every 500 ms)
VoidCallback? onFinished it will be called when video finishes playback
bool autoPlay to auto-play the video once initialized
Options? dioOptionsForVimeoVideoConfig Options to pass in Dio GET request, Used in vimeo video public API call to get the video config

Dependencies #

Guideline for contributors #


  • Contribution towards our repository is always welcome, we request contributors to create a pull request for development.

Guideline to report an issue/feature request #


It would be great for us if the reporter can share the below things to understand the root cause of the issue.

  • Library version
  • Code snippet
  • Logs if applicable
  • Device specification like (Manufacturer, OS version, etc)
  • Screenshot/video with steps to reproduce the issue
  • Library used

LICENSE! #

vimeo_video_player is MIT-licensed.

Let us know! #

We’d be really happy if you send us links to your projects where you use our component. Just send an email to sales@mindinventory.com And do let us know if you have any questions or suggestion regarding our work.

58
likes
140
pub points
94%
popularity

Publisher

verified publishermindinventory.com

A Video Player that support videos from Vimeo platform in Flutter. This Package allow us to play any videos from Vimeo by using its Vimeo Video Id.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flick_video_player, flutter, video_player

More

Packages that depend on vimeo_video_player