runanywhere_onnx 0.15.11
runanywhere_onnx: ^0.15.11 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 2 days ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: runanywhere_onnx.
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: runanywhere_onnx, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.15.11").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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 1408529 elements...
Initialized dartdoc with 1706 libraries
Generating docs for library native/onnx_bindings.dart from package:runanywhere_onnx/native/onnx_bindings.dart...
Generating docs for library onnx_download_strategy.dart from package:runanywhere_onnx/onnx_download_strategy.dart...
Generating docs for library runanywhere_onnx.dart from package:runanywhere_onnx/runanywhere_onnx.dart...
Generating docs for library onnx.dart from package:runanywhere_onnx/onnx.dart...
Documented 4 public libraries in 77.2 seconds
ERR:
error: file already written at "runanywhere_onnx/index.html"
for symbol runanywhere_onnx: (file:///tmp/pana_YPCFAE/lib/onnx.dart:1:1)
conflicting with file already generated by runanywhere_onnx: (file:///tmp/pana_YPCFAE/lib/runanywhere_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"
[14 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/runanywhere_onnx/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
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.7 | |
ffi |
^2.1.0 |
2.1.5 | 2.1.5 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
runanywhere |
^0.15.11 |
0.15.11 | 0.15.11 |
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.