video_player_360 0.0.4 copy "video_player_360: ^0.0.4" to clipboard
video_player_360: ^0.0.4 copied to clipboard

outdated

A flutter plugin to stream 360° videos on iOS

video_player_360 #

A Flutter plugin to stream 360° videos on iOS and Android

Getting Started #

This is a Flutter plugin to play 360° videos via a remote URL.

The iOS player uses the open source HTY360Player

The Android player uses the open source [gvr-android-sdk] (https://github.com/googlevr/gvr-android-sdk)

Installation #

Add video_player_360: ^0.0.4 in your pubspec.yaml dependencies.

How to use #

importing the library:

import 'package:video_player_360/video_player_360.dart';

play video:

await VideoPlayer360.playVideoURL("ENTER_360_VIDEO_URL_HERE");
23
likes
0
pub points
49%
popularity

Publisher

unverified uploader

A flutter plugin to stream 360° videos on iOS

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on video_player_360