Files
sdk/pkg/vm_service
Sam Rawlins 3f6f8b16bf vm_service: Use super parameters more
Unblocks https://github.com/dart-lang/sdk/issues/59226

We will start reporting super parameter opportunities even when the types don't
match (in these cases, String is assignable to String?).

Change-Id: Ic59456cbc6a6fe312e5b98c5df61b2cdcfedbde8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499220
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2026-05-01 07:40:30 -07:00
..
2025-01-21 14:08:20 -08:00
2026-05-01 07:40:30 -07:00

pub package package publisher

A library to access the VM Service Protocol.

Usage

See the example for a simple use of the library's API.

The VM Service Protocol specification can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.