vm_service_protos 2.0.0
vm_service_protos: ^2.0.0 copied to clipboard
A library for decoding protos returned by a service implementing the Dart VM service protocol.
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'.