ggdream / control_video_player

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

Home Page:https://www.mindinventory.com/flutter-app-development.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimeo_video_player

Flutter Website Dart Website

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(
  vimeoPlayerModel: VimeoPlayerModel(
    url: 'https://vimeo.com/70591644',
    deviceOrientation: DeviceOrientation.portraitUp,
    systemUiOverlay: const [
      SystemUiOverlay.top,
      SystemUiOverlay.bottom,
      ],
   ),
);

Required parameters of VimeoVideoPlayer


Parameter Description
String url the string url of valid vimeo video

Optional parameters of VimeoVideoPlayer


Parameter Description
DeviceOrientation deviceOrientation deviceOrientation to set orientation of vimeo video view
List systemUiOverlay top-bottom overlay to hide/show status bars

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.

About

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

https://www.mindinventory.com/flutter-app-development.php

License:MIT License


Languages

Language:Dart 64.0%Language:HTML 24.2%Language:Ruby 8.3%Language:Swift 2.5%Language:Kotlin 0.8%Language:Objective-C 0.2%