sftp_video_player 0.0.1 copy "sftp_video_player: ^0.0.1" to clipboard
sftp_video_player: ^0.0.1 copied to clipboard

Simple video player built on top of the official Flutter package 'video_player' that implements some capabilities to play a video from a raw byte stream using an HTTP server.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sftp_video_player

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

dependencies:
  sftp_video_player: ^0.0.1

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:sftp_video_player/sftp_video_player.dart';
2
likes
150
pub points
55%
popularity

Publisher

unverified uploader

Simple video player built on top of the official Flutter package 'video_player' that implements some capabilities to play a video from a raw byte stream using an HTTP server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartssh2, flutter, shelf, video_player

More

Packages that depend on sftp_video_player