vr_player 0.1.1
vr_player: ^0.1.1 copied to clipboard
The `VrPlayer` plugin allows for the seamless playback of 360° and VR videos on both Android and iOS platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vr_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vr_player: ^0.1.1Alternatively, 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:vr_player/vr_player.dart';