appinio_video_player 1.0.0 copy "appinio_video_player: ^1.0.0" to clipboard
appinio_video_player: ^1.0.0 copied to clipboard

outdated

A custom video player builds on top of the official video_player package by flutter and adds a fully customisable control bar and the fullscreen functionality (on mobile).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appinio_video_player

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

dependencies:
  appinio_video_player: ^1.0.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:appinio_video_player/appinio_video_player.dart';
288
likes
0
points
30.6k
downloads

Publisher

verified publisherappinio.app

Weekly Downloads

A custom video player builds on top of the official video_player package by flutter and adds a fully customisable control bar and the fullscreen functionality (on mobile).

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider, video_player, wakelock

More

Packages that depend on appinio_video_player