flick_video_player 0.7.0 copy "flick_video_player: ^0.7.0" to clipboard
flick_video_player: ^0.7.0 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 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.7.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';
485
likes
130
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

Topics

#video-player

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, path_provider, provider, universal_html, video_player, wakelock

More

Packages that depend on flick_video_player