thermion_dart 0.1.1+5 copy "thermion_dart: ^0.1.1+5" to clipboard
thermion_dart: ^0.1.1+5 copied to clipboard

3D rendering toolkit for Dart.

2
likes
110/ 160
pub points
55%
popularity

We analyzed this package 21 hours ago, and awarded it 110 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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: Apache-2.0.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting thermion_dart... Discovering libraries... Linking elements... Precaching local docs for 665512 elements... Initialized dartdoc with 220 libraries Generating docs for library thermion_dart.dart from package:thermion_dart/thermion_dart.dart... Generating docs for library thermion_dart/utils/light_options.dart from package:thermion_dart/thermion_dart/utils/light_options.dart... Generating docs for library thermion_dart/utils/dart_resources.dart from package:thermion_dart/thermion_dart/utils/dart_resources.dart... Generating docs for library thermion_dart/utils/using_pointer.dart from package:thermion_dart/thermion_dart/utils/using_pointer.dart... Generating docs for library thermion_dart/utils/camera_orientation.dart from package:thermion_dart/thermion_dart/utils/camera_orientation.dart... [21 more lines] ERR: warning: private API of package:ffi is reexported by libraries in other packages: from allocator.Utf16: (file:///tmp/analyzerBUHUTG/pub-cache/hosted/20240627t084200-dot-dartlang-pub.appspot.com/ffi-2.1.2/lib/src/utf16.dart:16:13) referred to by allocator: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/web/ffi/allocator.dart:1:1) referred to by compatibility: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/native/compatibility.dart:1:1) referred to by compatibility: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/compatibility.dart:1:1) referred to by compatibility_ffi: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/web/ffi/compatibility_ffi.dart:1:1) warning: private API of package:ffi is reexported by libraries in other packages: from allocator.Arena: (file:///tmp/analyzerBUHUTG/pub-cache/hosted/20240627t084200-dot-dartlang-pub.appspot.com/ffi-2.1.2/lib/src/arena.dart:24:7) referred to by allocator: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/web/ffi/allocator.dart:1:1) referred to by compatibility: (file:///tmp/pana_VEBOQC/lib/thermion_dart/compatibility/native/compatibility.dart:1:1) [222 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 61 issues. Showing the first 2:

WARNING: The value of the field '_foo' isn't used.

lib/thermion_dart/compatibility/web/ffi/compatibility_ffi.dart:52:9

   ╷
52 │   final _foo = FooChar();
   │         ^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/thermion_dart/compatibility/web/ffi/compatibility_ffi.dart

WARNING: This 'onError' handler must return a value assignable to 'JSNumber', but ends without returning a value.

lib/thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge.dart:137:27

    ╷
137 │         .catchError((err) {
    │                           ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
animation_tools_dart ^0.0.4 0.0.4 0.0.4
archive ^3.6.1 3.6.1 3.6.1
ffi ^2.1.2 2.1.2 2.1.2
logging ^1.2.0 1.2.0 1.2.0
native_toolchain_c ^0.4.2 0.4.2 0.5.0
plugin_platform_interface ^2.0.0 2.1.8 2.1.8
vector_math ^2.1.2 2.1.4 2.1.4
web ^0.5.1 0.5.1 0.5.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
cli_config - 0.2.0 0.2.0
collection - 1.19.0 1.19.0
crypto - 3.0.3 3.0.3
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
meta - 1.15.0 1.15.0
native_assets_cli - 0.6.1 0.6.1
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.4.2` on native_toolchain_c does not support the stable version `0.5.0`, that was published 0 days ago.

When native_toolchain_c is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions native_toolchain_c 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.7, Dart 3.4.4.

Check the analysis log for details.