video_player_media_kit 1.0.6 copy "video_player_media_kit: ^1.0.6" to clipboard
video_player_media_kit: ^1.0.6 copied to clipboard

package:video_player support for all platforms, based on package:media_kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_player_media_kit
copied to clipboard

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

dependencies:
  video_player_media_kit: ^1.0.6
copied to clipboard

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:video_player_media_kit/video_player_media_kit.dart';
copied to clipboard
77
likes
150
points
15.8k
downloads

Publisher

verified publishermedia-kit.dev

Weekly Downloads

2024.09.20 - 2025.04.04

package:video_player support for all platforms, based on package:media_kit.

Repository (GitHub)

Topics

#video #video-player #cross-platform #media-kit

Documentation

API reference

License

MIT (license)

Dependencies

flutter, media_kit, media_kit_video, universal_platform, video_player_platform_interface

More

Packages that depend on video_player_media_kit