three_d_ui_builder 0.1.0
three_d_ui_builder: ^0.1.0 copied to clipboard
Build futuristic 3D UIs in Flutter with widgets like buttons, flipping cards, and cube containers using a simple Flutter-style API—no OpenGL required, works across iOS, Android, Web, and Desktop.
We analyzed this package 9 days ago, and awarded it 130 pub points (of a possible 160):
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.
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
416 out of 592 API elements (70.3 %) have documentation comments.
Some symbols that are missing documentation: three_d_ui_builder.AxisGizmo.AxisGizmo.new, three_d_ui_builder.AxisGizmo.alignment, three_d_ui_builder.AxisGizmo.rotX, three_d_ui_builder.AxisGizmo.rotY, three_d_ui_builder.AxisGizmo.size.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:three_d_ui_builder/three_d_ui_builder.dartthat imports:package:three_d_ui_builder/src/gestures/gyroscope_tilt.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:three_d_ui_builder/three_d_ui_builder.dartthat imports:package:three_d_ui_builder/src/gestures/gyroscope_tilt.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:three_d_ui_builder/three_d_ui_builder.dartthat imports:package:three_d_ui_builder/src/gestures/gyroscope_tilt.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
INFO: The import of 'package:flutter/rendering.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/widgets.dart'.
lib/src/core/engine/canvas_bridge.dart:1:8
╷
1 │ import 'package:flutter/rendering.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/engine/canvas_bridge.dart
INFO: Use 'const' with the constructor to improve performance.
lib/src/core/engine/canvas_bridge.dart:29:14
╷
29 │ return Offset(double.maxFinite, double.maxFinite);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/engine/canvas_bridge.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
sensors_plus |
^5.0.0 |
5.0.1 | 7.1.0 | |
vector_math |
^2.1.4 |
2.4.2 | 2.4.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sensors_plus_platform_interface |
- | 1.2.0 | 2.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.0.0` on sensors_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions sensors_plus 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.