Files
Kenzie Davisson 10dd59c039 Add a DTD method to get all registered services.
This CL contains breaking changes for package:dtd and prepares both package:dart_service_protocol_shared and package:dtd for publish.

This CL also fixes https://github.com/dart-lang/sdk/issues/60757 so that DTD-registered services are sent over the `Service` stream upon initial subscription like what is done for client-registered services.

Change-Id: I619af816e64af01864c7ed9b98743c6691bf7e0b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/429161
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com>
2025-05-22 13:52:54 -07:00

316 B

0.0.3

  • Update sdk constraint to '^3.5.0'
  • Added ClientServiceInfo.fromJson and ClientServiceInfo.toJson methods.
  • Added ClientServiceMethodInfo.fromJson and ClientServiceMethodInfo.toJson methods.

0.0.2

  • Fixed an issue with streamNotify data type being too specific.

0.0.1

  • Initial version.