flick_video_player 0.3.0 copy "flick_video_player: ^0.3.0" to clipboard
flick_video_player: ^0.3.0 copied to clipboard

outdated

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 Flutter:

 $ flutter pub add flick_video_player

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

dependencies:
  flick_video_player: ^0.3.0

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:flick_video_player/flick_video_player.dart';
498
likes
0
pub points
98%
popularity

Publisher

verified publishergeekyants.com

Flick Video Player is a video player for flutter. The video_player plugin gives low level access for the video playback.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider, video_player, wakelock

More

Packages that depend on flick_video_player