flame_3d_extras 0.1.0-dev.3
flame_3d_extras: ^0.1.0-dev.3 copied to clipboard
An experimental playground with extra features yet to be fully ported into flame_3d. Anything in this package is subject to change. Features will probably be slowly incorporated into the main library.
We analyzed this package 2 days ago, and awarded it 110 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.
Funding URL doesn't exist.
At the time of the analysis https://patreon.com/bluefireoss
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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
255 out of 704 API elements (36.2 %) have documentation comments.
Some symbols that are missing documentation: accessor
, accessor.FloatAccessor
, accessor.FloatAccessor.FloatAccessor.new
, accessor.FloatAccessor.typedData
, accessor.IntAccessor
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
Package not compatible with platform iOS
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
Package not compatible with platform Windows
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
Package not compatible with platform Linux
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
Package not compatible with platform macOS
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
Package not compatible with platform Web
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flame_3d_extras/components/line_3d.dart
that imports:package:flame_3d/resources.dart
that imports:package:flame_3d/src/resources/texture.dart
that imports:package:flame_3d/src/resources/texture/texture.dart
that imports:package:flutter_gpu/gpu.dart
that imports:dart:nativewrappers
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
INFO: 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead.
lib/model/model_animation.dart:59:12
╷
59 │ matrix.scale(value);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/model/model_animation.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flame |
^1.19.0 |
1.27.0 | 1.32.0 | |
flame_3d |
^0.1.0-dev.3 |
0.1.0-dev.9 | 0.1.1+1 | |
ordered_set |
^6.0.0 |
6.1.1 | 8.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.0.0` on ordered_set does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions ordered_set
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.22
, Dart 3.9.2
.
Check the analysis log for details.