runanywhere_llamacpp 0.15.11
runanywhere_llamacpp: ^0.15.11 copied to clipboard
LlamaCpp backend for RunAnywhere Flutter SDK. High-performance on-device LLM text generation with GGUF model support.
We analyzed this package 2 days ago, and awarded it 115 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_llamacpp.
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_llamacpp, - 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_llamacpp...
Discovering libraries...
Linking elements...
Precaching local docs for 1408608 elements...
Initialized dartdoc with 1706 libraries
Generating docs for library native/llamacpp_bindings.dart from package:runanywhere_llamacpp/native/llamacpp_bindings.dart...
Generating docs for library llamacpp.dart from package:runanywhere_llamacpp/llamacpp.dart...
Generating docs for library runanywhere_llamacpp.dart from package:runanywhere_llamacpp/runanywhere_llamacpp.dart...
Generating docs for library llamacpp_error.dart from package:runanywhere_llamacpp/llamacpp_error.dart...
Documented 4 public libraries in 96.0 seconds
ERR:
error: file already written at "runanywhere_llamacpp/index.html"
for symbol runanywhere_llamacpp: (file:///tmp/pana_SXBISA/lib/runanywhere_llamacpp.dart:1:1)
conflicting with file already generated by runanywhere_llamacpp: (file:///tmp/pana_SXBISA/lib/llamacpp.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'runanywhere_llamacpp' 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_llamacpp/runanywhere_llamacpp-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_llamacpp/runanywhere_llamacpp.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:runanywhere_llamacpp/runanywhere_llamacpp.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:runanywhere_llamacpp/runanywhere_llamacpp.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:runanywhere_llamacpp/runanywhere_llamacpp.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_llamacpp/runanywhere_llamacpp.dartthat imports:package:runanywhere_llamacpp/llamacpp.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_llamacpp/runanywhere_llamacpp.dartthat imports:package:runanywhere_llamacpp/llamacpp.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_llamacpp/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
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.0 |
2.1.5 | 2.1.5 | |
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.
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.