dodude_video_player 2.11.2
dodude_video_player: ^2.11.2 copied to clipboard
A custom Flutter plugin for displaying inline video on Android, iOS, macOS and web. Fork of the official video_player package with feed-tuned buffering on Android (ExoPlayer) and iOS/macOS (AVPlayer).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dodude_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dodude_video_player: ^2.11.2Alternatively, 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/dodude_video_player.dart';