vm_service_protos 1.1.0
vm_service_protos: ^1.1.0 copied to clipboard
A library for decoding protos returned by a service implementing the Dart VM service protocol.
1.1.0 #
- Widen the dependency constraint on
package:protobuf. - 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'.