runanywhere_onnx 0.16.0
runanywhere_onnx: ^0.16.0 copied to clipboard
ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.
We analyzed this package 44 hours ago, and awarded it 110 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
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting runanywhere_onnx...
Discovering libraries...
Linking elements...
Precaching local docs for 1414370 elements...
Initialized dartdoc with 1722 libraries
Generating docs for library native/onnx_bindings.dart from package:runanywhere_onnx/native/onnx_bindings.dart...
Generating docs for library onnx.dart from package:runanywhere_onnx/onnx.dart...
Generating docs for library runanywhere_onnx.dart from package:runanywhere_onnx/runanywhere_onnx.dart...
Generating docs for library onnx_download_strategy.dart from package:runanywhere_onnx/onnx_download_strategy.dart...
Documented 4 public libraries in 61.2 seconds
ERR:
error: file already written at "runanywhere_onnx/index.html"
for symbol runanywhere_onnx: (file:///tmp/pana_DTCSAR/lib/runanywhere_onnx.dart:1:1)
conflicting with file already generated by runanywhere_onnx: (file:///tmp/pana_DTCSAR/lib/onnx.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'runanywhere_onnx' conflicts with another symbol in the generated path,
and therefore can not be written out. Changing the name, library name,
or class name (if appropriate) of one of the conflicting items can
resolve the conflict. Alternatively, use the @nodoc directive in one
symbol's documentation comment to hide it.
error: file already written at "runanywhere_onnx/runanywhere_onnx-library.html"
[12 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat imports:package:runanywhere_onnx/onnx.dartthat imports:package:runanywhere/public/runanywhere.dartthat imports:package:runanywhere/native/dart_bridge_device.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:runanywhere_onnx/runanywhere_onnx.dartthat imports:package:runanywhere_onnx/onnx.dartthat imports:package:runanywhere/public/runanywhere.dartthat imports:package:runanywhere/native/dart_bridge_device.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/runanywhere_onnx/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.4.9 |
3.6.1 | 4.0.9 | |
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
runanywhere |
^0.16.0 |
0.16.0 | 0.16.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.4.9` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive 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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.