better_native_video_player 0.4.2 copy "better_native_video_player: ^0.4.2" to clipboard
better_native_video_player: ^0.4.2 copied to clipboard

Native video player using AVPlayerViewController (iOS) and ExoPlayer (Android) with HLS, Picture-in-Picture, AirPlay, and fullscreen support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add better_native_video_player

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

dependencies:
  better_native_video_player: ^0.4.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:better_native_video_player/better_native_video_player.dart';
10
likes
160
points
541
downloads

Publisher

unverified uploader

Weekly Downloads

Native video player using AVPlayerViewController (iOS) and ExoPlayer (Android) with HLS, Picture-in-Picture, AirPlay, and fullscreen support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

floating, flutter

More

Packages that depend on better_native_video_player

Packages that implement better_native_video_player