tree: 5db27c0098bf4803622a59be2a6e26362a103040 [path history] [tgz]
  1. android/
  2. ios/
  3. lib/
  4. test/
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/video_player/video_player_web/README.md

video_player_web

The web implementation of video_player.

Usage

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec using a git dependency. This is only temporary: in the future we hope to make this package an “endorsed” implementation of video_player, so that it is automatically included in your Flutter Web app when you depend on package:video_player.

dependencies:
  video_player: ^0.10.4
  video_player_web:
    git:
      url: git://github.com/flutter/plugins.git
      path: packages/video_player/video_player_web

Once you have the video_player_web dependency in your pubspec, you should be able to use package:video_player as normal.

Autoplay

Playing videos without prior interaction with the site might be prohibited by the browser and lead to runtime errors. See also: https://goo.gl/xX8pDD.