13351c1598
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>
797 B
797 B
2.0.1
- Include support for
package:protobuf5.0.
2.0.0
- Bump dependency constraint on
package:protobufto>= 4.0.0. - Introduce
EventCategory,EventName, andDebugAnnotationNameclasses. - Add
eventCategories,eventNames,debugAnnotationNamesanddebugAnnotationStringValuesgetters toInternedData. - Add
nameIidandstringValueIidgetters toDebugAnnotation. - Add
hasNameIid,clearNameIid,hasStringValueIid, andclearStringValueIidmethods toDebugAnnotation. - Add
categoryIidsandnameIidgetters toTrackEvent. - Add
hasNameIidandclearNameIidmethods toTrackEvent.
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'.