vimeo_embed_player 1.0.2

SDKflutter
Platformandroidioswindowsmacos

A Flutter package that provides an easy way to embed and play Vimeo videos within a WebView.

Features

A Flutter package that provides an easy way to embed and play Vimeo videos within a WebView.

Getting started

Embed Vimeo Videos: Easily embed Vimeo videos within your Flutter app. MIT Licensed: Open-source and free to use in both personal and commercial projects.

Preview

vimeo_embed_player vimeo_embed_player_actions

Usage

Import it to your project file

import 'package:vimeo_embed_player/vimeo_embed_player.dart';

Use it in its simplest form, as follows:

VimeoEmbedPlayer(
  vimeoId: '397912933',
);

Required parameters of VimeoEmbedPlayer


ParameterDescription
String vimeoIdthe id of valid vimeo video

Optional parameters of VimeoEmbedPlayer


ParameterDescription
autoPlayThe parameter informing whether the video should automatically start playing