extended_video_player 2.8.6 copy "extended_video_player: ^2.8.6" to clipboard
extended_video_player: ^2.8.6 copied to clipboard

Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web. Supports caching on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extended_video_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  extended_video_player: ^2.8.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:extended_video_player/extended_video_player.dart';
1
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web. Supports caching on Android and iOS.

Topics

#video #video-player

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

extended_video_player_android, extended_video_player_avfoundation, extended_video_player_platform_interface, extended_video_player_web, flutter, html

More

Packages that depend on extended_video_player