mediapipe_core 0.0.1
mediapipe_core: ^0.0.1 copied to clipboard
Shared logic and utilities required by other MediaPipe Task packages.
We analyzed this package 7 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
226 out of 235 API elements (96.2 %) have documentation comments.
Some symbols that are missing documentation: interface, interface.BaseCategory.BaseCategory.new, interface.BaseClassifications.BaseClassifications.new, interface.BaseClassifierResult.BaseClassifierResult.new, interface.BaseEmbedding.BaseEmbedding.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
WARNING: The declaration '__mbstate_t' isn't referenced.
lib/src/io/third_party/mediapipe/generated/mediapipe_common_bindings.dart:39:13
╷
39 │ final class __mbstate_t extends ffi.Union {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/io/third_party/mediapipe/generated/mediapipe_common_bindings.dart
WARNING: The value of the field '__mbstate8' isn't used.
lib/src/io/third_party/mediapipe/generated/mediapipe_common_bindings.dart:41:32
╷
41 │ external ffi.Array<ffi.Char> __mbstate8;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/io/third_party/mediapipe/generated/mediapipe_common_bindings.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
ffi |
^2.1.0 |
2.1.4 | 2.1.4 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.12.0 |
1.17.0 | 1.17.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.0, Dart 3.9.4.
Check the analysis log for details.