dodude_video_player 2.11.2 copy "dodude_video_player: ^2.11.2" to clipboard
dodude_video_player: ^2.11.2 copied to clipboard

unlisted

A custom Flutter plugin for displaying inline video on Android, iOS, macOS and web. Fork of the official video_player package with feed-tuned buffering on Android (ExoPlayer) and iOS/macOS (AVPlayer).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dodude_video_player

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

dependencies:
  dodude_video_player: ^2.11.2

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:dodude_video_player/dodude_video_player.dart';
0
likes
140
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom Flutter plugin for displaying inline video on Android, iOS, macOS and web. Fork of the official video_player package with feed-tuned buffering on Android (ExoPlayer) and iOS/macOS (AVPlayer).

Repository

Topics

#video #video-player

License

BSD-3-Clause (license)

Dependencies

collection, dodude_video_player_android, dodude_video_player_avfoundation, flutter, html, video_player_platform_interface, video_player_web

More

Packages that depend on dodude_video_player

Packages that implement dodude_video_player