enclavia_dart 0.2.0
enclavia_dart: ^0.2.0 copied to clipboard
Dart bindings for the enclavia client SDK (attested Noise tunnel to an enclave).
We analyzed this package 5 days ago, and awarded it 120 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 licenses: Apache-2.0, MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting enclavia_dart...
Discovering libraries...
Linking elements...
Precaching local docs for 139836 elements...
Initialized dartdoc with 57 libraries
Generating docs for library enclavia_ffi.dart from package:enclavia_dart/enclavia_ffi.dart...
Generating docs for library enclavia_dart.dart from package:enclavia_dart/enclavia_dart.dart...
Documented 2 public libraries in 11.4 seconds
ERR:
warning: enclavia_dart has no library level documentation comments
from enclavia_dart: (file:///tmp/pana_XMCIHD/lib/enclavia_ffi.dart:1:1)
error: file already written at "enclavia_dart/index.html"
for symbol enclavia_dart: (file:///tmp/pana_XMCIHD/lib/enclavia_dart.dart:1:1)
conflicting with file already generated by enclavia_dart: (file:///tmp/pana_XMCIHD/lib/enclavia_ffi.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'enclavia_dart' 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
[14 more lines]
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:enclavia_dart/enclavia_dart.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 117 issues. Showing the first 2:
WARNING: Unused import: 'dart:io'.
lib/enclavia_ffi.dart:6:8
╷
6 │ import "dart:io" show Platform, File, Directory;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/enclavia_ffi.dart
WARNING: Unused import: 'dart:isolate'.
lib/enclavia_ffi.dart:7:8
╷
7 │ import "dart:isolate";
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/enclavia_ffi.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.4 |
2.2.0 | 2.2.0 | |
hooks |
^1.0.0 |
1.0.3 | 2.2.0 | |
native_toolchain_rust |
^1.0.0 |
1.0.4 | 1.0.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
code_assets |
- | 1.0.0 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
toml |
- | 0.18.0 | 0.18.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.0` on hooks does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions hooks 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.18, Dart 3.13.1.
Check the analysis log for details.