tree: 07d1ce3ef3257c1aeb87281f93f928146cd3372b [path history] [tgz]
  1. ios/
  2. lib/
  3. test/
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. 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.