assimp 0.1.0-dev.0 copy "assimp: ^0.1.0-dev.0" to clipboard
assimp: ^0.1.0-dev.0 copied to clipboard

Open Asset Import Library aka Assimp for Dart. Assimp can import various well-known 3D model formats in a uniform manner.

18
likes
100/ 140
pub points
22%
popularity

We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):

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

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/jpnurmi/assimp.dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

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

846 out of 2480 API elements (34.1 %) have documentation comments.

Some symbols that are missing documentation: assimp.AI_CONFIG_IMPORT_LWS_ANIM_END, assimp.AI_CONFIG_IMPORT_MD2_KEYFRAME, assimp.AI_CONFIG_IMPORT_MD3_KEYFRAME, assimp.AI_CONFIG_IMPORT_MDC_KEYFRAME, assimp.AI_CONFIG_IMPORT_MDL_KEYFRAME.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:assimp/assimp.dart that imports:
  • package:assimp/src/texture.dart that imports:
  • package:assimp/src/type.dart that imports:
  • package:assimp/src/extensions.dart that imports:
  • package:assimp/src/bindings.dart that imports:
  • dart:ffi
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 300 issues. Showing the first 2:

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

lib/src/bindings.dart:1431:20

     ╷
1431 │   static const int _aiComponent_Force32Bit = -1610612737;
     │                    ^^^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bindings.dart

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

lib/src/bindings.dart:1642:20

     ╷
1642 │   static const int _AI_ENFORCE_ENUM_SIZE = 2147483647;
     │                    ^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bindings.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
dylib ^0.3.2+1 0.3.3 0.3.3
equatable ^2.0.0 2.0.5 2.0.5
ffi ^1.0.0 1.2.1 2.1.2
meta ^1.3.0 1.14.0 1.14.0
quiver ^3.0.0 3.2.1 3.2.1
vector_math ^2.1.0 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
matcher - 0.12.16+1 0.12.16+1
path - 1.9.0 1.9.0
platform - 3.1.4 3.1.4
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1

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

The constraint `^1.0.0` on ffi does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions ffi to update the constraint.

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

18
likes
100
pub points
22%
popularity

Publisher

unverified uploader

Open Asset Import Library aka Assimp for Dart. Assimp can import various well-known 3D model formats in a uniform manner.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dylib, equatable, ffi, meta, quiver, vector_math

More

Packages that depend on assimp