dds 1.8.0 copy "dds: ^1.8.0" to clipboard
dds: ^1.8.0 copied to clipboard

outdated

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

15
likes
80/ 160
pub points
99%
popularity

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

26 out of 42 API elements (61.9 %) have documentation comments.

Some symbols that are missing documentation: dds.DartDevelopmentServiceException, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.connectionIssue, dds.DartDevelopmentServiceException.errorCode, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.existingDdsInstance, dds.DartDevelopmentServiceException.DartDevelopmentServiceException.failedToStart.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:dds/src/dds_impl.dart that imports:
  • package:dds/src/stream_manager.dart that imports:
  • package:dds/src/logging_repository.dart that imports:
  • package:dds/src/client.dart that imports:
  • package:sse/server/sse_handler.dart that imports:
  • package:sse/src/server/sse_handler.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 252 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 argument type 'DevToolsConfiguration?' can't be assigned to the parameter type 'DevToolsConfiguration'.

bin/dds.dart:58:30

   ╷
58 │         devToolsConfiguration: startDevTools
   │ ┌──────────────────────────────^
59 │ │           ? DevToolsConfiguration(
60 │ │               enable: startDevTools,
61 │ │               customBuildDirectoryPath: devToolsBuildDirectory,
62 │ │             )
63 │ │           : null,
   │ └────────────────^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dds.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.4.1 2.11.0 2.11.0
devtools_shared ^2.3.0 2.3.0 10.0.1
json_rpc_2 ^3.0.0 3.0.2 3.0.2
meta ^1.1.8 1.15.0 1.15.0
path ^1.8.0 1.9.0 1.9.0
pedantic ^1.7.0 1.11.1 1.11.1
shelf ^1.0.0 1.4.1 1.4.1
shelf_proxy ^1.0.0 1.0.4 1.0.4
shelf_static ^1.0.0 1.1.2 1.1.2
shelf_web_socket ^1.0.0 1.0.4 2.0.0
sse ^4.0.0 4.1.5 4.1.5
stream_channel ^2.0.0 2.1.2 2.1.2
usage ^4.0.0 4.1.1 4.1.1
vm_service ^6.0.1 6.2.0 14.2.4
web_socket_channel ^2.0.0 2.4.5 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
http - 1.2.1 1.2.1
http_parser - 4.1.0 4.1.0
logging - 1.2.0 1.2.0
mime - 1.0.5 1.0.5
pool - 1.5.1 1.5.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 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 `^1.0.0` on shelf_web_socket does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions shelf_web_socket 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 198 errors:

  • ILLEGAL_LANGUAGE_VERSION_OVERRIDE - bin/dds.dart:5:1 - The language version must be >=2.12.0.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - bin/dds.dart:58:30 - The argument type 'DevToolsConfiguration?' can't be assigned to the parameter type 'DevToolsConfiguration'.
  • ILLEGAL_LANGUAGE_VERSION_OVERRIDE - lib/dds.dart:5:1 - The language version must be >=2.12.0.

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.22.6, Dart 3.4.3.

Check the analysis log for details.

15
likes
80
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, devtools_shared, json_rpc_2, meta, path, pedantic, shelf, shelf_proxy, shelf_static, shelf_web_socket, sse, stream_channel, usage, vm_service, web_socket_channel

More

Packages that depend on dds