translate_arb_cli 1.1.1 copy "translate_arb_cli: ^1.1.1" to clipboard
translate_arb_cli: ^1.1.1 copied to clipboard

Translate arb to other language by using LLMs.

0
likes
130/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

63 out of 70 API elements (90.0 %) have documentation comments.

Some symbols that are missing documentation: translate_arb_cli, translate_arb_cli.GeminiCommand, translate_arb_cli.GeminiCommand.GeminiCommand, translate_arb_cli.OllamaCommand, translate_arb_cli.OllamaCommand.OllamaCommand.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:translate_arb_cli/translate_arb_cli.dart that imports:
  • package:translate_arb_cli/src/openai.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:translate_arb_cli/translate_arb_cli.dart that imports:
  • package:translate_arb_cli/src/openai.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

OK
Pass static analysis
50 / 50trigger folding of the section

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

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

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.5.0 2.5.0 2.5.0
google_generative_ai ^0.4.1 0.4.6 0.4.6
langchain_core any 0.3.5 0.3.5
langchain_ollama ^0.2.1+1 0.2.2+1 0.3.1
langchain_openai ^0.6.1+1 0.6.3 0.7.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.19.0
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.5 3.0.5
fetch_api - 2.2.0 2.2.0
fetch_client - 1.1.2 1.1.2
fixnum - 1.1.0 1.1.0
freezed_annotation - 2.4.4 2.4.4
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.0
json_annotation - 4.9.0 4.9.0
langchain_tiktoken - 1.0.1 1.0.1
meta - 1.15.0 1.15.0
ollama_dart - 0.1.2 0.2.1
openai_dart - 0.3.3+1 0.4.1
path - 1.9.0 1.9.0
rxdart - 0.28.0 0.28.0
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 4.5.0 4.5.0
web - 1.0.0 1.0.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.2.1+1` on langchain_ollama does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions langchain_ollama to update the constraint.

The constraint `^0.6.1+1` on langchain_openai does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions langchain_openai 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.22.12, Dart 3.5.2.

Check the analysis log for details.