arti 0.0.2
arti: ^0.0.2 copied to clipboard
Arti (A Rust Tor Implementation) in a Dart package. An original re-implementation of Foundation-Devices/tor but for commandline applications, too.
We analyzed this package 11 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
6 out of 10 API elements (60.0 %) have documentation comments.
Some symbols that are missing documentation: arti.artiClientBootstrap, arti.artiClientSetDormant, arti.artiProxyStop, arti.artiReconfigure.
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 does not support platform `Web`.
Because:
package:arti/arti.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The variable name 'progress_sender' isn't a lowerCamelCase identifier.
lib/src/ffi_arti.dart:28:34
╷
28 │ external ffi.Pointer<ffi.Void> progress_sender;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ffi_arti.dart
INFO: The variable name 'progress_receiver' isn't a lowerCamelCase identifier.
lib/src/ffi_arti.dart:29:34
╷
29 │ external ffi.Pointer<ffi.Void> progress_receiver;
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ffi_arti.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.3 |
2.2.0 | 2.2.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.