flutter_3d_ar_converter 0.1.1
flutter_3d_ar_converter: ^0.1.1 copied to clipboard
A Flutter package for converting images to 3D models with AR visualization capabilities.
We analyzed this package 12 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 74 API elements (87.8 %) have documentation comments.
Some symbols that are missing documentation: flutter_3d_ar_converter, flutter_3d_ar_converter.ARViewerState.ARViewerState.new, flutter_3d_ar_converter.FaceARViewerState.FaceARViewerState.new, flutter_3d_ar_converter.FaceARViewerState.androidFaceNode, flutter_3d_ar_converter.FaceARViewerState.arObjectManager.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dartthat imports:package:ar_flutter_plugin/managers/ar_location_manager.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Windows`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dartthat imports:package:ar_flutter_plugin/models/ar_node.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `macOS`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `Web`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/utils/file_utils.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dartthat imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dartthat imports:package:ar_flutter_plugin/managers/ar_location_manager.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
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 |
|---|---|---|---|---|
ar_flutter_plugin |
^0.7.3 |
0.7.3 | 0.7.3 | |
arkit_plugin |
^1.0.7 |
1.2.1 | 1.2.1 | |
camera |
^0.10.5+5 |
0.10.6 | 0.11.3 | |
google_ml_kit |
^0.16.2 |
0.16.3 | 0.20.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.4 |
1.2.1 | 1.2.1 | |
model_viewer_plus |
^1.7.0 |
1.10.0 | 1.10.0 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^10.4.5 |
10.4.5 | 12.0.1 | |
vector_math |
^2.1.4 |
2.2.0 | 2.2.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
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.
The constraint `^0.16.2` on google_ml_kit does not support the stable version `0.17.0`.
Try running dart pub upgrade --major-versions google_ml_kit 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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.