video_view 1.2.1 copy "video_view: ^1.2.1" to clipboard
video_view: ^1.2.1 copied to clipboard

retracted

A lightweight media player with subtitle rendering and audio track switching support, leveraging system or app-level components for seamless playback.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add video_view

With Flutter:

 $ flutter pub add video_view

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

dependencies:
  video_view: ^1.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:video_view/video_view.dart';
6
likes
0
points
425
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight media player with subtitle rendering and audio track switching support, leveraging system or app-level components for seamless playback.

Repository (GitHub)
View/report issues

Topics

#player #video #media #subtitles #hls

License

unknown (license)

Dependencies

async_value_notifier, flutter, flutter_web_plugins

More

Packages that depend on video_view

Packages that implement video_view