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 in the last hour, 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.dart
that imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dart
that imports:package:ar_flutter_plugin/managers/ar_location_manager.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_apple/geolocator_apple.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Windows`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dart
that imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dart
that imports:package:ar_flutter_plugin/models/ar_node.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dart
that imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `macOS`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dart
that imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `Web`.
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dart
that imports:package:flutter_3d_ar_converter/src/utils/file_utils.dart
that imports:package:path_provider/path_provider.dart
that 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.dart
that imports:package:flutter_3d_ar_converter/src/face_ar_viewer.dart
that imports:package:ar_flutter_plugin/managers/ar_location_manager.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_android/geolocator_android.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_3d_ar_converter/flutter_3d_ar_converter.dart
that imports:package:flutter_3d_ar_converter/src/utils/file_utils.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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 |
---|---|---|---|---|
ar_flutter_plugin |
^0.7.3 |
0.7.3 | 0.7.3 | |
arkit_plugin |
^1.0.7 |
1.1.2 | 1.1.2 | |
camera |
^0.10.5+5 |
0.10.6 | 0.11.2 | |
google_ml_kit |
^0.16.2 |
0.16.3 | 0.20.0 | |
http |
^1.1.0 |
1.4.0 | 1.4.0 | |
image_picker |
^1.0.4 |
1.1.2 | 1.1.2 | |
model_viewer_plus |
^1.7.0 |
1.9.3 | 1.9.3 | |
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.1.4 | 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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.