runanywhere_onnx 0.15.11 copy "runanywhere_onnx: ^0.15.11" to clipboard
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.

105/ 160
pub points
105
downloads

We analyzed this package 2 days ago, and awarded it 105 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
5 / 30trigger folding of the section

Failed check 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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: runanywhere_onnx,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Failed check 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.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 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]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:runanywhere_onnx/runanywhere_onnx.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:runanywhere_onnx/runanywhere_onnx.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:runanywhere_onnx/runanywhere_onnx.dart that 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.dart that imports:
  • package:runanywhere_onnx/onnx.dart that imports:
  • package:runanywhere/public/runanywhere.dart that imports:
  • package:runanywhere/native/dart_bridge_device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:runanywhere_onnx/runanywhere_onnx.dart that imports:
  • package:runanywhere_onnx/onnx.dart that imports:
  • package:runanywhere/public/runanywhere.dart that imports:
  • package:runanywhere/native/dart_bridge_device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.

Failed check 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.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
audioplayers - 6.5.1 6.5.1
audioplayers_android - 5.2.1 5.2.1
audioplayers_darwin - 6.3.0 6.3.0
audioplayers_linux - 4.2.1 4.2.1
audioplayers_platform_interface - 7.1.1 7.1.1
audioplayers_web - 5.1.1 5.1.1
audioplayers_windows - 4.2.1 4.2.1
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
device_info_plus - 10.1.2 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_secure_storage - 9.2.4 10.0.0
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 3.1.2 4.1.0
flutter_tts - 3.8.5 4.2.5
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logger - 2.6.2 2.6.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler - 11.4.0 12.0.1
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
record - 6.1.2 6.1.2
record_android - 1.4.5 1.4.5
record_ios - 1.1.5 1.1.5
record_linux - 1.2.1 1.2.1
record_macos - 1.1.2 1.1.2
record_platform_interface - 1.4.0 1.4.0
record_web - 1.2.2 1.2.2
record_windows - 1.0.7 1.0.7
rxdart - 0.27.7 0.28.0
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 1.1.5 2.1.0
xdg_directories - 1.1.0 1.1.0

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
105
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.

Topics

#ai #onnx #speech-recognition #text-to-speech #on-device

Documentation

API reference

License

unknown (license)

Dependencies

archive, ffi, flutter, http, runanywhere

More

Packages that depend on runanywhere_onnx

Packages that implement runanywhere_onnx