camera_360 1.1.2
camera_360: ^1.1.2 copied to clipboard
This plugin allows the users to take 360 Panoramic Images using the phone's Camera. It uses OpenCV to stitch the images together.
We analyzed this package 2 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
30 out of 84 API elements (35.7 %) have documentation comments.
Some symbols that are missing documentation: camera_360
, camera_360.Camera360
, camera_360.Camera360.Camera360.new
, camera_360_bindings_generated
, camera_selector
.
10/10 points: Package has an example
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:camera_360/camera_360.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:camera_360/camera_360.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:camera_360/camera_360.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:camera_360/camera_360.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:camera_360/camera_360.dart
that imports:package:wakelock_plus/wakelock_plus.dart
that imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dart
that imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:camera_360/camera_360.dart
that imports:package:wakelock_plus/wakelock_plus.dart
that imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dart
that imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:camera_360/camera_360.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera |
^0.10.5+5 |
0.10.6 | 0.11.1 | |
dchs_motion_sensors |
^2.0.1 |
2.0.1 | 2.0.1 | |
ffi |
^2.0.1 |
2.1.4 | 2.1.4 | |
flutter_image_compress |
^2.2.0 |
2.4.0 | 2.4.0 | |
image_picker |
^1.0.4 |
1.1.2 | 1.1.2 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
vector_math |
^2.1.4 |
2.1.4 | 2.1.5 | |
wakelock_plus |
^1.1.1 |
1.3.1 | 1.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.10.5+5` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.