flick_video_player_custom 0.5.5 flick_video_player_custom: ^0.5.5 copied to clipboard
Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flick_video_player_custom
With Flutter:
$ flutter pub add flick_video_player_custom
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
flick_video_player_custom: ^0.5.5
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flick_video_player_custom/flick_video_player_custom.dart';