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:protobuf
to>= 4.0.0
. - Introduce
EventCategory
,EventName
, andDebugAnnotationName
classes. - Add
eventCategories
,eventNames
,debugAnnotationNames
anddebugAnnotationStringValues
getters toInternedData
. - Add
nameIid
andstringValueIid
getters toDebugAnnotation
. - Add
hasNameIid
,clearNameIid
,hasStringValueIid
, andclearStringValueIid
methods toDebugAnnotation
. - Add
categoryIids
andnameIid
getters toTrackEvent
. - Add
hasNameIid
andclearNameIid
methods 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'
.