juice_llm_llamacpp 0.2.2
juice_llm_llamacpp: ^0.2.2 copied to clipboard
Embedded on-device LLM runtime for juice_llm — an LlamaCppProvider backed by llama.cpp (GGUF, Metal) via llama_cpp_dart.
We analyzed this package 18 hours ago, and awarded it 140 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 16 API elements (93.8 %) have documentation comments.
Some symbols that are missing documentation: juice_llm_llamacpp.LlamaCppProvider.LlamaCppProvider.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)
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:juice_llm_llamacpp/juice_llm_llamacpp.dartthat imports:package:juice_llm_llamacpp/src/llama_cpp_provider.dartthat imports:package:llama_cpp_dart/llama_cpp_dart.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Windows`.
Because:
package:juice_llm_llamacpp/juice_llm_llamacpp.dartthat imports:package:juice_llm_llamacpp/src/llama_cpp_provider.dartthat imports:package:llama_cpp_dart/llama_cpp_dart.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:juice_llm_llamacpp/juice_llm_llamacpp.dartthat imports:package:juice_llm_llamacpp/src/llama_cpp_provider.dartthat imports:package:llama_cpp_dart/llama_cpp_dart.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Web`.
Because:
package:juice_llm_llamacpp/juice_llm_llamacpp.dartthat imports:package:juice_llm_llamacpp/src/llama_cpp_provider.dartthat imports:package:llama_cpp_dart/llama_cpp_dart.dartthat declares support for platforms:iOS,macOS.
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 |
|---|---|---|---|---|
juice_llm |
^0.3.0 |
0.3.0 | 0.5.0 | |
llama_cpp_dart |
>=0.9.0-dev.9 <0.10.0 |
0.9.0-dev.12 | 0.9.0-dev.12 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 1.2.1 | 2.1.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cupertino_icons |
- | 1.0.9 | 1.0.9 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
image |
- | 4.10.1 | 4.10.1 | |
juice |
- | 1.7.2 | 1.7.2 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
logger |
- | 2.8.0 | 2.8.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.12 | 0.7.14 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
vm_service |
- | 15.3.0 | 15.3.0 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.3.0` on juice_llm does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions juice_llm 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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.