gpu_pipeline 1.7.0
gpu_pipeline: ^1.7.0 copied to clipboard
A GPU-accelerated streaming pipeline for Dart and Flutter. Define directed stage graphs that route Tensors and host data through WGSL compute shaders with typed I/O ports, resource management, and rea [...]
We analyzed this package 5 days ago, and awarded it 120 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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: gpu_pipeline.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: gpu_pipeline, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/PracticalXR/minigpu/tree/main/gpu_pipeline 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
308 out of 627 API elements (49.1 %) have documentation comments.
Some symbols that are missing documentation: gpu_pipeline.ArgumentResolvable, gpu_pipeline.ArgumentResolvable.applyResolvedArguments, gpu_pipeline.ArgumentResolvable.arguments, gpu_pipeline.ArgumentResolvable.namedArguments, gpu_pipeline.CPUOperationRegistry.CPUOperationRegistry.new.
10/10 points: Package has an example
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:gpu_pipeline/gpu_pipeline.dartthat imports:package:gpu_pipeline/src/stages/stream_merge_stage.dartthat imports:package:gpu_pipeline/src/pipeline_stage.dartthat imports:package:gpu_pipeline/src/pipeline_assets.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 34 issues. Showing the first 2:
WARNING: The value of the local variable 'positional' isn't used.
lib/src/operation/cpu_stage_operation.dart:90:11
╷
90 │ final positional = _resolvedPositional;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/operation/cpu_stage_operation.dart
WARNING: The value of the local variable 'named' isn't used.
lib/src/operation/cpu_stage_operation.dart:91:11
╷
91 │ final named = _resolvedNamed;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/operation/cpu_stage_operation.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
directed_graph |
>=0.3.9 <0.5.0 |
0.4.5 | 0.5.6 | |
gpu_tensor |
^1.6.0 |
1.7.0 | 1.7.0 | |
minigpu |
^1.6.0 |
1.7.0 | 1.7.0 | |
minigpu_web |
^1.6.0 |
1.7.0 | 1.7.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
change_case |
- | 2.2.0 | 2.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
code_assets |
- | 1.2.1 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
exception_templates |
- | 0.3.2 | 0.3.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 2.2.0 | 2.2.0 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
js_interop_utils |
- | 1.0.11 | 1.0.11 | |
lazy_memo |
- | 0.2.5 | 0.2.5 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
minigpu_ffi |
- | 1.7.0 | 1.7.0 | |
minigpu_platform_interface |
- | 1.7.0 | 1.7.0 | |
native_toolchain_cmake |
- | 0.2.7 | 0.3.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quote_buffer |
- | 0.2.7 | 0.2.7 | |
record_use |
- | 1.1.1 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=0.3.9 <0.5.0` on directed_graph does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions directed_graph 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.18, Dart 3.13.1.
Check the analysis log for details.