Files
Jake Macdonald 13351c1598 release vm_service_protos 2.0.1
Bug: https://github.com/flutter/devtools/issues/9534
Change-Id: I7dfbe285efe1258455aaa57600edd058f05bcbd0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/465380
Commit-Queue: Ben Konyi <bkonyi@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2025-12-01 09:53:59 -08:00

797 B

2.0.1

  • Include support for package:protobuf 5.0.

2.0.0

  • Bump dependency constraint on package:protobuf to >= 4.0.0.
  • Introduce EventCategory, EventName, and DebugAnnotationName classes.
  • Add eventCategories, eventNames, debugAnnotationNames and debugAnnotationStringValues getters to InternedData.
  • Add nameIid and stringValueIid getters to DebugAnnotation.
  • Add hasNameIid, clearNameIid, hasStringValueIid, and clearStringValueIid methods to DebugAnnotation.
  • Add categoryIids and nameIid getters to TrackEvent.
  • Add hasNameIid and clearNameIid methods to TrackEvent.

1.0.0

  • Initial version
  • Add code for working with Perfetto protos, which can be imported from 'package:vm_service_protos/vm_service_protos.dart'.