smart_arb_translator 1.9.0
smart_arb_translator: ^1.9.0 copied to clipboard
An intelligent command-line utility for translating ARB files with Google Translate, OpenAI, and local LLMs, featuring smart change detection and modular architecture.
We analyzed this package 29 hours ago, and awarded it 150 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
171 out of 300 API elements (57.0 %) have documentation comments.
Some symbols that are missing documentation: smart_arb_translator.ArbProcessor.ArbProcessor.new, smart_arb_translator.ArbTranslatorArgumentParser.ArbTranslatorArgumentParser.new, smart_arb_translator.ArbTranslatorArgumentParser.apiKey, smart_arb_translator.ArbTranslatorArgumentParser.authMode, smart_arb_translator.ArbTranslatorArgumentParser.autoApprove.
10/10 points: Package has an example
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:smart_arb_translator/smart_arb_translator.dartthat imports:package:smart_arb_translator/src/translation_service.dartthat imports:package:googleapis_auth/auth_io.dartthat imports:package:googleapis_auth/src/oauth2_flows/authorization_code_grant_server_flow.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Statements in a for should be enclosed in a block.
bin/smart_arb_translator.dart:160:33
╷
160 │ for (final issue in issues) print(issue);
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/smart_arb_translator.dart
INFO: Statements in a for should be enclosed in a block.
bin/translate.dart:125:35
╷
125 │ for (final issue in issues) print(issue);
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/translate.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
arb_merge |
^1.2.2 |
1.2.2 | 1.2.2 | |
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
console |
^4.1.0 |
4.1.0 | 4.1.0 | |
googleapis_auth |
^2.0.0 |
2.3.3 | 2.3.3 | |
html_unescape |
^2.0.0 |
2.0.0 | 2.0.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
intl_utils |
^2.8.10 |
2.8.16 | 2.8.16 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
petitparser |
^7.0.1 |
7.0.2 | 7.0.2 | |
yaml |
^3.1.3 |
3.1.4 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 103.0.0 | 107.0.0 | |
analyzer |
- | 13.3.0 | 14.3.0 | |
archive |
- | 4.2.0 | 4.2.0 | |
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_style |
- | 3.1.13 | 3.1.13 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
posix |
- | 6.5.2 | 6.5.2 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 |
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.19, Dart 3.13.1.
Check the analysis log for details.