dds 1.8.0
dds: ^1.8.0 copied to clipboard
A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.
We analyzed this package 23 days ago, and awarded it 80 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
26 out of 43 API elements (60.5 %) have documentation comments.
Some symbols that are missing documentation: dds.DartDevelopmentServiceException, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.connectionIssue, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.existingDdsInstance, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.failedToStart, dds.DartDevelopmentServiceException.errorCode.
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:dds/dds.dartthat imports:package:dds/src/dds_impl.dartthat imports:package:dds/src/stream_manager.dartthat imports:package:dds/src/logging_repository.dartthat imports:package:dds/src/client.dartthat imports:package:sse/server/sse_handler.dartthat imports:package:sse/src/server/sse_handler.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 185 issues. Showing the first 2:
ERROR: The language version must be >=2.12.0.
bin/dds.dart:5:1
╷
5 │ // @dart=2.10
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/dds.dart
ERROR: The non-nullable local variable 'address' must be assigned before it can be used.
bin/dds.dart:40:11
╷
40 │ host: address.address,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/dds.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.4.1 |
2.13.0 | 2.13.0 | |
devtools_shared |
^2.3.0 |
2.3.0 | 12.0.0 | |
json_rpc_2 |
^3.0.0 |
3.0.3 | 4.0.0 | |
meta |
^1.1.8 |
1.17.0 | 1.17.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
pedantic |
^1.7.0 |
1.11.1 | 1.11.1 | Discontinued |
shelf |
^1.0.0 |
1.4.2 | 1.4.2 | |
shelf_proxy |
^1.0.0 |
1.0.4 | 1.0.4 | |
shelf_static |
^1.0.0 |
1.1.3 | 1.1.3 | |
shelf_web_socket |
^1.0.0 |
1.0.4 | 3.0.0 | |
sse |
^4.0.0 |
4.1.8 | 4.1.8 | |
stream_channel |
^2.0.0 |
2.1.4 | 2.1.4 | |
usage |
^4.0.0 |
4.1.1 | 4.1.1 | Discontinued |
vm_service |
^6.0.1 |
6.2.0 | 15.0.2 | |
web_socket_channel |
^2.0.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
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 |
- | 0.5.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^2.3.0` on devtools_shared does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions devtools_shared to update the constraint.
The constraint `^3.0.0` on json_rpc_2 does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions json_rpc_2 to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 127 errors:
ILLEGAL_LANGUAGE_VERSION_OVERRIDE-bin/dds.dart:5:1- The language version must be >=2.12.0.NOT_ASSIGNED_POTENTIALLY_NON_NULLABLE_LOCAL_VARIABLE-bin/dds.dart:40:11- The non-nullable local variable 'address' must be assigned before it can be used.ARGUMENT_TYPE_NOT_ASSIGNABLE-bin/dds.dart:58:30- The argument type 'DevToolsConfiguration?' can't be assigned to the parameter type 'DevToolsConfiguration'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.