three_d_ui_builder 0.1.0 copy "three_d_ui_builder: ^0.1.0" to clipboard
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.

130/ 160
pub points
8
downloads

We analyzed this package 9 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:three_d_ui_builder/src/gestures/gyroscope_tilt.dart that imports:
  • package:sensors_plus/sensors_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:three_d_ui_builder/three_d_ui_builder.dart that imports:
  • package:three_d_ui_builder/src/gestures/gyroscope_tilt.dart that imports:
  • package:sensors_plus/sensors_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:three_d_ui_builder/three_d_ui_builder.dart that imports:
  • package:three_d_ui_builder/src/gestures/gyroscope_tilt.dart that imports:
  • package:sensors_plus/sensors_plus.dart that declares support for platforms: Android, iOS, Web.

WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
130
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#flutter #ui-3d #ui-components #widget #animations

License

MIT (license)

Dependencies

collection, flutter, sensors_plus, vector_math

More

Packages that depend on three_d_ui_builder