runanywhere 0.16.0
runanywhere: ^0.16.0 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 3 days ago, and awarded it 100 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
1358 out of 2617 API elements (51.9 %) 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.
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/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_tool_calling.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_tool_calling.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/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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'false'.
lib/native/dart_bridge_auth.dart:224:20
╷
224 │ if (deviceId == null || deviceId.isEmpty) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/native/dart_bridge_auth.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/native/dart_bridge_llm.dart:489:52
╷
489 │ optionsPtr.ref.systemPrompt = systemPromptPtr!;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/native/dart_bridge_llm.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.9 | |
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.2.0 | 2.2.0 | |
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.11.0 | 4.11.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.2.0 | 6.2.0 | |
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.3 | 4.5.3 |
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.