video_player_watchos 0.0.1-beta.1 copy "video_player_watchos: ^0.0.1-beta.1" to clipboard
video_player_watchos: ^0.0.1-beta.1 copied to clipboard

watchOS implementation of the video_player plugin, using AVFoundation via dart:ffi with a native AVKit platform view for on-watch playback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_player_watchos

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

dependencies:
  video_player_watchos: ^0.0.1-beta.1

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_watchos/video_player_watchos.dart';
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of the video_player plugin, using AVFoundation via dart:ffi with a native AVKit platform view for on-watch playback.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #video #avfoundation

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, flutter_watchos, video_player_platform_interface

More

Packages that depend on video_player_watchos

Packages that implement video_player_watchos