klipt_video_player 1.1.4+1 klipt_video_player: ^1.1.4+1 copied to clipboard
A Flutter video player with multiple gesture support, based on Chewie and added danmaku (bullet/barrage) function inside it.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add klipt_video_player
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
klipt_video_player: ^1.1.4+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:klipt_video_player/klipt_video_player.dart';