aura_sphere_360 2.0.0
aura_sphere_360: ^2.0.0 copied to clipboard
Immersive 360° panorama and video viewer for Flutter. Display spherical images and videos with touch controls, sensor controls, and smooth 30 FPS playback. Perfect for VR experiences and 360° media.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aura_sphere_360This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aura_sphere_360: ^2.0.0Alternatively, 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:aura_sphere_360/aura_sphere_360.dart';