dart_quiche 0.1.0-dev.3
dart_quiche: ^0.1.0-dev.3 copied to clipboard
Pure-Dart port of Cloudflare's quiche QUIC + HTTP/3 stack: TLS 1.3, packet protection, loss recovery, congestion control, HTTP/3, QPACK and WebTransport on top of pointycastle. No FFI, no BoringSSL.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
598 out of 1806 API elements (33.1 %) have documentation comments.
Some symbols that are missing documentation: dart_quiche.AckFrame, dart_quiche.AckFrame.AckFrame.new, dart_quiche.AckFrame.ackDelay, dart_quiche.AckFrame.ecnCounts, dart_quiche.AckFrame.ranges.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:dart_quiche/dart_quiche.dartthat imports:package:dart_quiche/src/tls_driver.dartthat imports:package:dart_quiche/src/connection.dartthat imports:package:dart_quiche/src/qlog.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 50 issues. Showing the first 2:
INFO: The import of 'package:dart_quiche/src/cert_utils.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dart_quiche/dart_quiche.dart'.
bin/echo_server.dart:22:8
╷
22 │ import 'package:dart_quiche/src/cert_utils.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/echo_server.dart
INFO: The import of 'package:dart_quiche/src/tls_driver.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dart_quiche/dart_quiche.dart'.
bin/echo_server.dart:24:8
╷
24 │ import 'package:dart_quiche/src/tls_driver.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/echo_server.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
basic_utils |
^5.8.2 |
5.8.2 | 5.8.2 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
ecdsa |
^0.1.2 |
0.1.2 | 0.2.0 | |
elliptic |
^0.3.12 |
0.3.12 | 0.4.0 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
pointycastle |
^4.0.0 |
4.0.0 | 4.0.0 | |
x25519 |
^0.1.1 |
0.1.2 | 0.1.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
archive |
- | 4.3.0 | 4.3.0 | |
async |
- | 2.13.1 | 2.13.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
ninja_asn1 |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
source_span |
- | 1.10.2 | 1.10.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 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.2` on ecdsa does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions ecdsa to update the constraint.
The constraint `^0.3.12` on elliptic does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions elliptic 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, Dart 3.13.1.
Check the analysis log for details.