vimeo_video_player 1.0.1

SDKflutter
Platformandroidioswindowsmacosweb

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

vimeo_video_player

Flutter Website Dart Website MIT License

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

Key Features

  • Easy way to play vimeo video in flutter app.
  • Supports customizable controls like isAutoPlay, isLooping, isMuted, showTitle, showByline, showControls, enableDNT, backgroundColor.
  • Event callbacks include onReady, onPlay, onPause, onFinish, onSeek, onInAppWebViewCreated, onInAppWebViewLoadStart, onInAppWebViewLoadStop, and onInAppWebViewReceivedError.

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(
  videoId: '12860646',
);

Required parameters of VimeoVideoPlayer


ParameterDescription
String videoIdDefines the vimeo video ID to be played, it is required and cannot be empty

Optional parameters of VimeoVideoPlayer with Default value


ParameterDefaultDescription
bool isAutoPlayfalseUsed to auto-play the video once initialized
bool isLoopingfalseUsed to play the video in a loop after it ends
bool isMutedfalseUsed to play the video with the sound muted
bool showTitlefalseUsed to display the video title
bool showBylinefalseUsed to display the video byline/author
bool showControlstrueUsed to display the video playback controls
bool enableDNTtrueUsed to enable Do Not Track (DNT) mode, When enabled, the player will not track any viewing information
Color backgroundColorColors.blackDefines the background color of the InAppWebView

Optional parameters of VimeoVideoPlayer


ParameterDescription
VoidCallback? onReadyDefines a callback function triggered when the player is ready to play the video
VoidCallback? onPlayDefines a callback function triggered when the video begins playing
VoidCallback? onPauseDefines a callback function triggered when the video is paused
VoidCallback? onFinishDefines a callback function triggered when the video playback finishes
VoidCallback? onSeekDefines a callback function triggered when the video playback position is modified
Function(InAppWebViewController controller)? onInAppWebViewCreatedDefines a callback function triggered when the WebView is created
Function(InAppWebViewController controller, WebUri? url)? onInAppWebViewLoadStartDefines a callback function triggered when the WebView starts to load an url
Function(InAppWebViewController controller, WebUri? url)? onInAppWebViewLoadStopDefines a callback function triggered when the WebView finishes loading an url
Function(InAppWebViewController controller, WebResourceRequest request, WebResourceError error)? onInAppWebViewReceivedErrorDefines a callback function triggered when the WebView encounters an error loading a request

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 open-source libraries. Just send an email to sales@mindinventory.com And do let us know if you have any questions or suggestion regarding our work.

Visit our website mindinventory.com

Let us know if you are interested to building Apps or Designing Products.

flutter app development