dodude_video_player_avfoundation 2.9.8
dodude_video_player_avfoundation: ^2.9.8 copied to clipboard
iOS and macOS implementation of the dodude_video_player plugin. Fork of video_player_avfoundation with feed-tuned AVPlayer forward buffering for short-form playback.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dodude_video_player_avfoundationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dodude_video_player_avfoundation: ^2.9.8Alternatively, 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_avfoundation/dodude_video_player_avfoundation.dart';