runanywhere 0.15.10
runanywhere: ^0.15.10 copied to clipboard
Privacy-first, on-device AI SDK for Flutter. Run LLMs, STT, TTS, and VAD directly on device with no data leaving the device.
We analyzed this package 4 hours ago, and awarded it 120 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.
10/10 points: 20% or more of the public API has dartdoc comments
1197 out of 2369 API elements (50.5 %) have documentation comments.
Some symbols that are missing documentation: api_client, api_client.APIClient.APIClient.new, api_client.APIClient.apiKey, api_client.APIClient.baseURL, api_client.AuthTokenProvider.AuthTokenProvider.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 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/runanywhere.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:runanywhere/runanywhere.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:runanywhere/runanywhere.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:runanywhere/runanywhere.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/runanywhere.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/runanywhere.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/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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/native/ffi_types.dart:833:67
╷
833 │ /// Note: This is a complex struct - for simplicity we use Pointer<Void> in FFI calls
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/native/ffi_types.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.6.1 |
3.6.1 | 4.0.7 | |
audioplayers |
^6.0.0 |
6.5.1 | 6.5.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
device_info_plus |
^10.0.0 |
10.1.2 | 12.3.0 | |
ffi |
^2.1.0 |
2.1.5 | 2.1.5 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 10.0.0 | |
flutter_tts |
^3.8.0 |
3.8.5 | 4.2.5 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
logger |
^2.3.0 |
2.6.2 | 2.6.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
record |
>=5.1.2 <7.0.0 |
6.1.2 | 6.1.2 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 | |
shared_preferences |
^2.2.3 |
2.5.4 | 2.5.4 | |
sqflite |
^2.3.0 |
2.4.2 | 2.4.2 | |
uuid |
^4.4.0 |
4.5.2 | 4.5.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^3.6.1` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
The constraint `^10.0.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus 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.