aura_sphere_360 2.3.0 copy "aura_sphere_360: ^2.3.0" to clipboard
aura_sphere_360: ^2.3.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.

130/ 160
pub points
498
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

71 out of 121 API elements (58.7 %) have documentation comments.

Some symbols that are missing documentation: aura_sphere_360.NativeVideoTextureProvider.NativeVideoTextureProvider.new, aura_sphere_360.NativeWebRTCTextureProvider.NativeWebRTCTextureProvider.new, aura_sphere_360.RTCVideoRenderer, aura_sphere_360.RTCVideoRenderer.RTCVideoRenderer.new, aura_sphere_360.RTCVideoRenderer.errorListener.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:aura_sphere_360/aura_sphere_360.dart that imports:
  • package:aura_sphere_360/panorama_viewer.dart that imports:
  • package:aura_sphere_360/src/video_texture_provider.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:aura_sphere_360/aura_sphere_360.dart that imports:
  • package:aura_sphere_360/panorama_viewer.dart that imports:
  • package:aura_sphere_360/src/video_texture_provider.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:aura_sphere_360/aura_sphere_360.dart that imports:
  • package:aura_sphere_360/panorama_viewer.dart that imports:
  • package:dchs_motion_sensors/dchs_motion_sensors.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:aura_sphere_360/aura_sphere_360.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.

lib/src/native_frame_decoder.dart:3:8

  ╷
3 │ import 'dart:typed_data';
  │        ^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/native_frame_decoder.dart

Partially passed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Partially passed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dchs_motion_sensors ^2.0.1 2.0.1 2.0.1
ffi ^2.1.0 2.2.0 2.2.0
flutter_cube ^0.1.1 0.1.1 0.1.1
flutter_webrtc ^0.11.7 0.11.7 1.4.1
video_player ^2.9.2 2.11.1 2.11.1
webrtc_pixel_stream ^0.1.1 0.1.1 0.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_webrtc - 1.8.1 1.8.1
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
html - 0.15.6 0.15.6
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
native_toolchain_c - 0.17.6 0.17.6
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.23 2.2.23
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
video_player_android - 2.9.5 2.9.5
video_player_avfoundation - 2.9.4 2.9.4
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
web - 1.1.1 1.1.1
webrtc_interface - 1.5.1 1.5.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.11.7` on flutter_webrtc does not support the stable version `0.12.0`.

Try running dart pub upgrade --major-versions flutter_webrtc to update the constraint.

The constraint `^0.1.1` on webrtc_pixel_stream does not support the stable version `0.2.0`, that was published 14 days ago.

When webrtc_pixel_stream is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions webrtc_pixel_stream to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
498
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

dchs_motion_sensors, ffi, flutter, flutter_cube, flutter_webrtc, video_player, webrtc_pixel_stream

More

Packages that depend on aura_sphere_360