octopus_player 0.0.5 copy "octopus_player: ^0.0.5" to clipboard
octopus_player: ^0.0.5 copied to clipboard

A customizable video player, that allow you to change colors, icons, methods. It is inspired to Netflix player design

octopus_player #

The best video player for Flutter.

The video_player plugin provides low-level access to video playback. OctopusPlayer uses the video_player so you dont need to import it in your pubsec

Demo #

Demo

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  octopus_player: <latest_version>

Use it #

import 'package:octopus_player/octopus_player.dart';

Widget player = 
OctopusPlayer(
    "ButterFly",
    "https://flutter.github.io/assets-for-api-docs/videos/butterfly.mp4",
    );

Example #

Please run the app in the example/ folder to start playing!

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A customizable video player, that allow you to change colors, icons, methods. It is inspired to Netflix player design

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, outline_material_icons, video_player

More

Packages that depend on octopus_player