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

A Flutter package that provides an easy way to embed and play Vimeo videos within a WebView. This package allows you to seamlessly integrate Vimeo videos into your Flutter web apps, offering customiza [...]

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';
VimeoEmbedPlayer(
  vimeoId: '397912933',
);

Required parameters of VimeoEmbedPlayer #


Parameter Description
String vimeoId the id of valid vimeo video

Optional parameters of VimeoEmbedPlayer #


Parameter Description
autoPlay The parameter informing whether the video should automatically start playing
6
likes
0
points
1.04k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an easy way to embed and play Vimeo videos within a WebView. This package allows you to seamlessly integrate Vimeo videos into your Flutter web apps, offering customizable options and a smooth playback experience. Ideal for developers looking to quickly add Vimeo video support to their projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on vimeo_embed_player