three_js_transform_controls 0.0.3
three_js_transform_controls: ^0.0.3 copied to clipboard
Flutter transform controls package converted from threejs and three_dart package.
We analyzed this package 2 days ago, and awarded it 140 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
195 out of 569 API elements (34.3 %) have documentation comments.
Some symbols that are missing documentation: three_js_transform_controls
, three_js_transform_controls.ArcballControls.adjustNearFar
, three_js_transform_controls.ArcballControls.camera
, three_js_transform_controls.ArcballControls.cancelAnimationFrame
, three_js_transform_controls.ArcballControls.copyState
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:three_js_transform_controls/three_js_transform_controls.dart
that imports:package:three_js_geometry/three_js_geometry.dart
that imports:package:three_js_geometry/decal_geometry.dart
that imports:package:three_js_math/three_js_math.dart
that imports:package:flutter_angle/flutter_angle.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package not compatible with platform Web
Because:
package:three_js_transform_controls/three_js_transform_controls.dart
that imports:package:three_js_geometry/three_js_geometry.dart
that imports:package:three_js_geometry/decal_geometry.dart
that imports:package:three_js_math/three_js_math.dart
that imports:package:flutter_angle/flutter_angle.dart
that imports:package:flutter_angle/webgl/index.dart
that imports:package:flutter_angle/webgl/wrapper.dart
that imports:package:flutter_angle/shared/console.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:three_js_transform_controls/three_js_transform_controls.dart
that imports:package:three_js_geometry/three_js_geometry.dart
that imports:package:three_js_geometry/decal_geometry.dart
that imports:package:three_js_math/three_js_math.dart
that imports:package:flutter_angle/flutter_angle.dart
that imports:package:flutter_angle/native-array/index.dart
that imports:package:flutter_angle/native-array/native_array_app.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/arcball_controls.dart:1:1
╷
1 │ part of three_js_transform_controls;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/arcball_controls.dart
INFO: The part-of directive uses a library name.
lib/common.dart:1:1
╷
1 │ part of three_js_transform_controls;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
three_js_core |
^0.0.2 |
0.0.4 | 0.1.8 | |
three_js_curves |
^0.0.2 |
0.0.3 | 0.1.0 | |
three_js_geometry |
^0.0.2 |
0.0.2 | 0.1.2 | |
three_js_helpers |
^0.0.2 |
0.0.5 | 0.1.0 | |
three_js_math |
^0.0.2 |
0.0.4 | 0.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dylib |
- | 0.3.3 | 0.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_angle |
- | 0.0.8 | 0.2.8 | |
flutter_angle_darwin |
- | 0.0.2 | 0.1.0 | |
logger |
- | 2.6.0 | 2.6.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
three_js_animations |
- | 0.0.2 | 0.1.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^0.0.2` on three_js_core does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions three_js_core
to update the constraint.
The constraint `^0.0.2` on three_js_curves does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions three_js_curves
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.